diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-26 17:45:37 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-26 17:45:37 +0000 |
commit | a3b0c2a150e16ddfbd1dc5407289d0595f79008c (patch) | |
tree | 6e560d5ef482c4016ede285410e70c754fd64975 /sci-mathematics/dataplot | |
parent | virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only im... (diff) | |
download | gentoo-2-a3b0c2a150e16ddfbd1dc5407289d0595f79008c.tar.gz gentoo-2-a3b0c2a150e16ddfbd1dc5407289d0595f79008c.tar.bz2 gentoo-2-a3b0c2a150e16ddfbd1dc5407289d0595f79008c.zip |
virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
(Portage version: 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} |