diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-01-23 16:12:13 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-01-23 16:12:13 +0000 |
commit | 72b9af32f85517bb0234d7c9e9fb022f9713966a (patch) | |
tree | 507ce430bb1ce4f4b842a75189476ed717245af6 /sci-visualization | |
parent | use subslot, adjust deps, update to python-any-r1 (diff) | |
download | gentoo-2-72b9af32f85517bb0234d7c9e9fb022f9713966a.tar.gz gentoo-2-72b9af32f85517bb0234d7c9e9fb022f9713966a.tar.bz2 gentoo-2-72b9af32f85517bb0234d7c9e9fb022f9713966a.zip |
Need fltk with opengl support, bug 499034
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 94BFDF4484AD142F)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/spyview/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/spyview/spyview-20111018.ebuild | 4 | ||||
-rw-r--r-- | sci-visualization/spyview/spyview-20130823.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-visualization/spyview/ChangeLog b/sci-visualization/spyview/ChangeLog index e74f19ae6e54..c41a143d5e17 100644 --- a/sci-visualization/spyview/ChangeLog +++ b/sci-visualization/spyview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/spyview # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.28 2014/01/06 13:35:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.29 2014/01/23 16:12:13 dilfridge Exp $ + + 23 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org> + spyview-20111018.ebuild, spyview-20130823.ebuild: + Need fltk with opengl support, bug 499034 06 Jan 2014; Justin Lecher <jlec@gentoo.org> spyview-20111018.ebuild, spyview-20130823.ebuild, metadata.xml: diff --git a/sci-visualization/spyview/spyview-20111018.ebuild b/sci-visualization/spyview/spyview-20111018.ebuild index d480554840d1..43dd358a9ac4 100644 --- a/sci-visualization/spyview/spyview-20111018.ebuild +++ b/sci-visualization/spyview/spyview-20111018.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild,v 1.6 2014/01/06 13:35:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild,v 1.7 2014/01/23 16:12:13 dilfridge Exp $ EAPI=4 @@ -18,7 +18,7 @@ IUSE="" COMMON_DEPEND=" >=dev-libs/boost-1.42 media-libs/netpbm - x11-libs/fltk:1 + x11-libs/fltk:1[opengl] app-text/ghostscript-gpl virtual/glu " diff --git a/sci-visualization/spyview/spyview-20130823.ebuild b/sci-visualization/spyview/spyview-20130823.ebuild index 4f00e1d095cf..c50cd303f5b4 100644 --- a/sci-visualization/spyview/spyview-20130823.ebuild +++ b/sci-visualization/spyview/spyview-20130823.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20130823.ebuild,v 1.4 2014/01/06 13:35:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20130823.ebuild,v 1.5 2014/01/23 16:12:13 dilfridge Exp $ EAPI=5 @@ -18,7 +18,7 @@ IUSE="" COMMON_DEPEND=" dev-libs/boost:= media-libs/netpbm - x11-libs/fltk:1 + x11-libs/fltk:1[opengl] app-text/ghostscript-gpl virtual/glu " |