diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:02:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:02:14 +0000 |
commit | 3c8703e781e615022fd960c4dd676cf0dce624aa (patch) | |
tree | 740cffe7ef5e5224e16d04af9492b227cdec5cda /dev-util/cvsgraph | |
parent | sync IUSE (+doc), trim trailing whitespace (diff) | |
download | gentoo-2-3c8703e781e615022fd960c4dd676cf0dce624aa.tar.gz gentoo-2-3c8703e781e615022fd960c4dd676cf0dce624aa.tar.bz2 gentoo-2-3c8703e781e615022fd960c4dd676cf0dce624aa.zip |
sync IUSE (-gd)
Diffstat (limited to 'dev-util/cvsgraph')
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.3.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.4.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild b/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild index 90b9a02f1f2a..43f8f52a7c3f 100644 --- a/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild +++ b/dev-util/cvsgraph/cvsgraph-1.3.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/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild,v 1.7 2004/06/30 17:23:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild,v 1.8 2004/07/14 23:02:14 agriffis Exp $ DESCRIPTION="CVS/RCS repository grapher" HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph" @@ -9,7 +9,7 @@ SRC_URI="http://www.akhphd.au.dk/~bertho/cvsgraph/release/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" -IUSE="gd png gif jpeg zlib truetype nls" +IUSE="gif jpeg nls png truetype zlib" DEPEND="media-libs/gd zlib? ( sys-libs/zlib ) diff --git a/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild b/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild index e803f44e1975..370d000e4491 100644 --- a/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild +++ b/dev-util/cvsgraph/cvsgraph-1.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/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild,v 1.5 2004/06/30 17:23:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild,v 1.6 2004/07/14 23:02:14 agriffis Exp $ DESCRIPTION="CVS/RCS repository grapher" HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph" @@ -9,7 +9,7 @@ SRC_URI="http://www.akhphd.au.dk/~bertho/cvsgraph/release/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" -IUSE="gd png gif jpeg zlib truetype nls" +IUSE="gif jpeg nls png truetype zlib" DEPEND="media-libs/gd zlib? ( sys-libs/zlib ) |