diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-07-06 11:27:10 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-07-06 11:27:10 +0000 |
commit | 3dd7ae05c7b7ecc97d402a4ba5083ea16d27be56 (patch) | |
tree | 6ed2273ba040084bb3d529145c35c4d17f2f4022 /dev-tcltk/togl | |
parent | sci-chemistry/azara: Add missing dep on x11-libs/motif, #515000 (diff) | |
download | gentoo-2-3dd7ae05c7b7ecc97d402a4ba5083ea16d27be56.tar.gz gentoo-2-3dd7ae05c7b7ecc97d402a4ba5083ea16d27be56.tar.bz2 gentoo-2-3dd7ae05c7b7ecc97d402a4ba5083ea16d27be56.zip |
dev-tcltk/togl: Add missing dep on x11-libs/libXmu, #514650
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-tcltk/togl')
-rw-r--r-- | dev-tcltk/togl/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tcltk/togl/metadata.xml | 4 | ||||
-rw-r--r-- | dev-tcltk/togl/togl-2.0-r2.ebuild | 7 |
3 files changed, 12 insertions, 7 deletions
diff --git a/dev-tcltk/togl/ChangeLog b/dev-tcltk/togl/ChangeLog index 2bab6f3c7a1c..18cbb274b964 100644 --- a/dev-tcltk/togl/ChangeLog +++ b/dev-tcltk/togl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/togl -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/ChangeLog,v 1.29 2012/05/29 14:40:02 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/ChangeLog,v 1.30 2014/07/06 11:27:10 jlec Exp $ + + 06 Jul 2014; Justin Lecher <jlec@gentoo.org> togl-2.0-r2.ebuild, + metadata.xml: + Add missing dep on x11-libs/libXmu, #514650 29 May 2012; Alexis Ballier <aballier@gentoo.org> togl-2.0-r2.ebuild: keyword ~amd64-fbsd diff --git a/dev-tcltk/togl/metadata.xml b/dev-tcltk/togl/metadata.xml index ef797583d3d2..8e337c489349 100644 --- a/dev-tcltk/togl/metadata.xml +++ b/dev-tcltk/togl/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>tcltk</herd> - <longdescription> + <herd>tcltk</herd> + <longdescription> Togl is a Tk widget for OpenGL rendering. Togl was originally based on OGLTK, written by Benjamin Bederson at the University of New Mexico. Togl's main features are: diff --git a/dev-tcltk/togl/togl-2.0-r2.ebuild b/dev-tcltk/togl/togl-2.0-r2.ebuild index 71af1dace2d9..523e43447dc3 100644 --- a/dev-tcltk/togl/togl-2.0-r2.ebuild +++ b/dev-tcltk/togl/togl-2.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/togl-2.0-r2.ebuild,v 1.10 2012/05/29 14:40:02 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/togl-2.0-r2.ebuild,v 1.11 2014/07/06 11:27:10 jlec Exp $ EAPI=4 @@ -17,7 +17,8 @@ IUSE="debug +threads" RDEPEND=" dev-lang/tk - virtual/opengl" + virtual/opengl + x11-libs/libXmu" DEPEND="${RDEPEND}" # tests directory is missing |