diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:29:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:29:30 +0000 |
commit | d4e5ea81383d8664e85638b01ae98cd486e40b18 (patch) | |
tree | b9996be13717cdc7e2aee00c3c5ab2d6c9040487 /dev-perl/Inline/Inline-0.43-r1.ebuild | |
parent | sync IUSE (+X, +debug) (diff) | |
download | gentoo-2-d4e5ea81383d8664e85638b01ae98cd486e40b18.tar.gz gentoo-2-d4e5ea81383d8664e85638b01ae98cd486e40b18.tar.bz2 gentoo-2-d4e5ea81383d8664e85638b01ae98cd486e40b18.zip |
sync IUSE (+gtk2), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/Inline/Inline-0.43-r1.ebuild')
-rw-r--r-- | dev-perl/Inline/Inline-0.43-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Inline/Inline-0.43-r1.ebuild b/dev-perl/Inline/Inline-0.43-r1.ebuild index e7a7c33a1953..c92a7e35b7d4 100644 --- a/dev-perl/Inline/Inline-0.43-r1.ebuild +++ b/dev-perl/Inline/Inline-0.43-r1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.43-r1.ebuild,v 1.8 2004/06/25 00:39:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.43-r1.ebuild,v 1.9 2004/07/14 18:29:30 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="A perl XML down translate module" SRC_URI="http://www.cpan.org/authors/id/I/IN/INGY/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/doc/INGY/Inline-0.43/Inline.pod" @@ -12,6 +11,7 @@ HOMEPAGE="http://search.cpan.org/doc/INGY/Inline-0.43/Inline.pod" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 amd64 ppc sparc alpha" +IUSE="" DEPEND="${DEPEND} dev-perl/Test-Harness" |