diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-26 17:46:23 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-26 17:46:23 +0000 |
commit | 69fcdda53678f030d5fced71cd84d91e7bbfda5e (patch) | |
tree | 30c235df1da835ef68c19dae372cc88305629431 /sci-mathematics/dataplot | |
parent | virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only im... (diff) | |
download | historical-69fcdda53678f030d5fced71cd84d91e7bbfda5e.tar.gz historical-69fcdda53678f030d5fced71cd84d91e7bbfda5e.tar.bz2 historical-69fcdda53678f030d5fced71cd84d91e7bbfda5e.zip |
virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
Package-Manager: portage-2.1.7.16/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/dataplot')
-rw-r--r-- | sci-mathematics/dataplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/dataplot/dataplot-20080225.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/dataplot/ChangeLog b/sci-mathematics/dataplot/ChangeLog index 944eea9e7634..60af517ab53a 100644 --- a/sci-mathematics/dataplot/ChangeLog +++ b/sci-mathematics/dataplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/dataplot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.7 2009/02/20 17:39:12 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.8 2009/12/26 17:45:37 pva Exp $ + + 26 Dec 2009; Peter Volkov <pva@gentoo.org> dataplot-20080225.ebuild: + virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only + implementation left in the tree. 20 Feb 2009; Thomas Anderson <gentoofan23@gentoo.org> dataplot-20080225.ebuild: diff --git a/sci-mathematics/dataplot/dataplot-20080225.ebuild b/sci-mathematics/dataplot/dataplot-20080225.ebuild index c2b0154b400b..fa51deae0ff9 100644 --- a/sci-mathematics/dataplot/dataplot-20080225.ebuild +++ b/sci-mathematics/dataplot/dataplot-20080225.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.6 2009/02/20 17:39:12 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.7 2009/12/26 17:45:37 pva Exp $ EAPI="2" inherit eutils toolchain-funcs autotools fortran @@ -22,7 +22,7 @@ IUSE="examples gd gs opengl X" COMMON_DEPEND="opengl? ( virtual/opengl ) gd? ( media-libs/gd[png,jpeg] ) - gs? ( virtual/ghostscript media-libs/gd[png,jpeg] )" + gs? ( app-text/ghostscript-gpl media-libs/gd[png,jpeg] )" DEPEND="${COMMON_DEPEND} dev-util/pkgconfig" RDEPEND="${COMMON_DEPEND} |