diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 17:30:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 17:30:31 +0000 |
commit | b95bb66928a4572823733b7804dcad167c278d67 (patch) | |
tree | ee823509ddda782c2629e6b41c3682e13585021b /media-gfx/gnuplot | |
parent | New release: 1.6.6 (Manifest recommit) (diff) | |
download | gentoo-2-b95bb66928a4572823733b7804dcad167c278d67.tar.gz gentoo-2-b95bb66928a4572823733b7804dcad167c278d67.tar.bz2 gentoo-2-b95bb66928a4572823733b7804dcad167c278d67.zip |
update libgd DEPEND
Diffstat (limited to 'media-gfx/gnuplot')
-rw-r--r-- | media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/gnuplot/gnuplot-3.8j.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/gnuplot/gnuplot-4.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild b/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild index fdcfd569e3f7..1cbfc340c1bc 100644 --- a/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild +++ b/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild,v 1.4 2004/06/24 22:39:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.8j-r1.ebuild,v 1.5 2004/06/30 17:29:41 vapier Exp $ inherit eutils @@ -16,7 +16,7 @@ KEYWORDS="-x86 -ppc -sparc -alpha amd64 -ia64" IUSE="X readline svga plotutils pdflib doc" # Old png driver seems to have problems; switching to gd instead -DEPEND=">=media-libs/libgd-2 +DEPEND=">=media-libs/gd-2 pdflib? ( media-libs/pdflib ) doc? ( virtual/tetex ) X? ( virtual/x11 ) diff --git a/media-gfx/gnuplot/gnuplot-3.8j.ebuild b/media-gfx/gnuplot/gnuplot-3.8j.ebuild index d59e5de0e33d..376f0d3a4c63 100644 --- a/media-gfx/gnuplot/gnuplot-3.8j.ebuild +++ b/media-gfx/gnuplot/gnuplot-3.8j.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.8j.ebuild,v 1.8 2004/06/24 22:39:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.8j.ebuild,v 1.9 2004/06/30 17:29:41 vapier Exp $ MY_P="${P}.0" S=${WORKDIR}/${MY_P} @@ -14,7 +14,7 @@ KEYWORDS="x86 ppc ~sparc alpha amd64 ia64" IUSE="X readline svga plotutils pdflib doc" # Old png driver seems to have problems; switching to gd instead -DEPEND=">=media-libs/libgd-2 +DEPEND=">=media-libs/gd-2 pdflib? ( media-libs/pdflib ) doc? ( virtual/tetex ) X? ( virtual/x11 ) diff --git a/media-gfx/gnuplot/gnuplot-4.0.ebuild b/media-gfx/gnuplot/gnuplot-4.0.ebuild index ad266b9a176f..3867649cd003 100644 --- a/media-gfx/gnuplot/gnuplot-4.0.ebuild +++ b/media-gfx/gnuplot/gnuplot-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0.ebuild,v 1.5 2004/06/29 16:00:22 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0.ebuild,v 1.6 2004/06/30 17:29:41 vapier Exp $ inherit eutils @@ -20,7 +20,7 @@ DEPEND=" pdflib? ( media-libs/pdflib ) ggi? ( media-libs/libggi ) png? ( media-libs/libpng ) - gd? ( >=media-libs/libgd-2 ) + gd? ( >=media-libs/gd-2 ) doc? ( virtual/tetex ) X? ( virtual/x11 ) svga? ( media-libs/svgalib ) |