diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-06-04 14:29:28 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-06-04 14:29:28 +0000 |
commit | dfb55bd638d84725b48eae5473b984cba06a1429 (patch) | |
tree | 10df32478b43cc517c3d23268fce66ef1b0aa16a /sci-mathematics | |
parent | x11-libs/libXext is needed (#514268) (diff) | |
download | gentoo-2-dfb55bd638d84725b48eae5473b984cba06a1429.tar.gz gentoo-2-dfb55bd638d84725b48eae5473b984cba06a1429.tar.bz2 gentoo-2-dfb55bd638d84725b48eae5473b984cba06a1429.zip |
virtual/glu is needed (#514548)
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/geomview/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/geomview/geomview-1.9.5.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-mathematics/geomview/ChangeLog b/sci-mathematics/geomview/ChangeLog index de5c767143d9..168337b343f8 100644 --- a/sci-mathematics/geomview/ChangeLog +++ b/sci-mathematics/geomview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/geomview -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v 1.21 2014/11/07 03:33:51 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v 1.22 2015/06/04 14:29:28 pacho Exp $ + + 04 Jun 2015; Pacho Ramos <pacho@gentoo.org> geomview-1.9.5.ebuild: + virtual/glu is needed (#514548) 07 Nov 2014; Patrick Lauer <patrick@gentoo.org> metadata.xml: Remove unneeded useflag descriptions from metadata.xml diff --git a/sci-mathematics/geomview/geomview-1.9.5.ebuild b/sci-mathematics/geomview/geomview-1.9.5.ebuild index 0ffb7bf92262..6f70deaa7a32 100644 --- a/sci-mathematics/geomview/geomview-1.9.5.ebuild +++ b/sci-mathematics/geomview/geomview-1.9.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/geomview-1.9.5.ebuild,v 1.1 2014/03/25 05:49:23 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/geomview-1.9.5.ebuild,v 1.2 2015/06/04 14:29:28 pacho Exp $ EAPI=5 @@ -16,6 +16,7 @@ SLOT="0" IUSE="motionaveraging debug emacs zlib" DEPEND=">=x11-libs/motif-2.3:0 + virtual/glu virtual/opengl emacs? ( virtual/emacs ) zlib? ( sys-libs/zlib )" |