diff options
author | 2005-07-14 13:16:16 +0000 | |
---|---|---|
committer | 2005-07-14 13:16:16 +0000 | |
commit | 1ac39c9c7d9e9b97e9d77cb0f51c44839520492d (patch) | |
tree | 3398578b7995705119b1ba94ccf38c010b4d8a1a /sci-libs/plplot | |
parent | QA: Move inherit to the top. (diff) | |
download | gentoo-2-1ac39c9c7d9e9b97e9d77cb0f51c44839520492d.tar.gz gentoo-2-1ac39c9c7d9e9b97e9d77cb0f51c44839520492d.tar.bz2 gentoo-2-1ac39c9c7d9e9b97e9d77cb0f51c44839520492d.zip |
fix DEPEND: external-gd -> gd-external
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-libs/plplot')
-rw-r--r-- | sci-libs/plplot/plplot-5.3.1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.5.1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.5.2.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sci-libs/plplot/plplot-5.3.1.ebuild b/sci-libs/plplot/plplot-5.3.1.ebuild index fe174a363403..3dd996b95af6 100644 --- a/sci-libs/plplot/plplot-5.3.1.ebuild +++ b/sci-libs/plplot/plplot-5.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.3.1.ebuild,v 1.1 2005/01/30 00:36:04 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.3.1.ebuild,v 1.2 2005/07/14 13:16:16 agriffis Exp $ inherit eutils @@ -15,7 +15,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug doc fortran gd-external gnome ifc java jpeg png python tcltk tetex truetype X itcl octave" +IUSE="X debug doc gd-external fortran gnome ifc itcl java jpeg octave png python tcltk tetex truetype" DEPEND="dev-util/pkgconfig ifc? ( dev-lang/ifc ) @@ -27,7 +27,7 @@ DEPEND="dev-util/pkgconfig java? ( virtual/jre ) tetex? ( app-text/jadetex ) octave? ( sci-mathematics/octave ) - external-gd? ( media-libs/gd ) + gd-external? ( media-libs/gd ) truetype? ( media-libs/freetype ) X? ( virtual/x11 tcltk? ( dev-lang/tcl diff --git a/sci-libs/plplot/plplot-5.5.1.ebuild b/sci-libs/plplot/plplot-5.5.1.ebuild index 86432e837792..14cab1a8a477 100644 --- a/sci-libs/plplot/plplot-5.5.1.ebuild +++ b/sci-libs/plplot/plplot-5.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.5.1.ebuild,v 1.2 2005/05/03 15:59:00 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.5.1.ebuild,v 1.3 2005/07/14 13:16:16 agriffis Exp $ inherit eutils @@ -15,7 +15,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug doc fortran gd-external gnome ifc java jpeg png python tcltk tetex truetype X itcl octave" +IUSE="X debug doc gd-external fortran gnome ifc itcl java jpeg octave png python tcltk tetex truetype" DEPEND="dev-util/pkgconfig ifc? ( dev-lang/ifc ) @@ -27,7 +27,7 @@ DEPEND="dev-util/pkgconfig java? ( virtual/jre ) tetex? ( app-text/jadetex ) octave? ( sci-mathematics/octave ) - external-gd? ( media-libs/gd ) + gd-external? ( media-libs/gd ) truetype? ( media-libs/freetype ) X? ( virtual/x11 tcltk? ( dev-lang/tcl diff --git a/sci-libs/plplot/plplot-5.5.2.ebuild b/sci-libs/plplot/plplot-5.5.2.ebuild index 1a553915038a..3415458ef5a1 100644 --- a/sci-libs/plplot/plplot-5.5.2.ebuild +++ b/sci-libs/plplot/plplot-5.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.5.2.ebuild,v 1.1 2005/05/03 15:59:00 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.5.2.ebuild,v 1.2 2005/07/14 13:16:16 agriffis Exp $ inherit eutils @@ -15,7 +15,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug doc fortran gd-external gnome ifc java jpeg png python tcltk tetex truetype X itcl octave" +IUSE="X debug doc gd-external fortran gnome ifc itcl java jpeg octave png python tcltk tetex truetype" DEPEND="dev-util/pkgconfig ifc? ( dev-lang/ifc ) @@ -27,7 +27,7 @@ DEPEND="dev-util/pkgconfig java? ( virtual/jre ) tetex? ( app-text/jadetex ) octave? ( sci-mathematics/octave ) - external-gd? ( media-libs/gd ) + gd-external? ( media-libs/gd ) truetype? ( media-libs/freetype ) X? ( virtual/x11 tcltk? ( dev-lang/tcl |