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 | c3cc4368a30632950edeb5af0e8f7e8d41f88fa9 (patch) | |
tree | ca4d9659b0b2e4cf1871bda9433be3e2c9a8ccbe /dev-perl/Inline/Inline-0.44-r1.ebuild | |
parent | sync IUSE (+X, +debug) (diff) | |
download | historical-c3cc4368a30632950edeb5af0e8f7e8d41f88fa9.tar.gz historical-c3cc4368a30632950edeb5af0e8f7e8d41f88fa9.tar.bz2 historical-c3cc4368a30632950edeb5af0e8f7e8d41f88fa9.zip |
sync IUSE (+gtk2), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/Inline/Inline-0.44-r1.ebuild')
-rw-r--r-- | dev-perl/Inline/Inline-0.44-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Inline/Inline-0.44-r1.ebuild b/dev-perl/Inline/Inline-0.44-r1.ebuild index c1e691aeebf1..8dc9b3bd969c 100644 --- a/dev-perl/Inline/Inline-0.44-r1.ebuild +++ b/dev-perl/Inline/Inline-0.44-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.44-r1.ebuild,v 1.9 2004/06/25 00:39:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.44-r1.ebuild,v 1.10 2004/07/14 18:29:30 agriffis Exp $ inherit perl-module eutils -S=${WORKDIR}/${P} DESCRIPTION="Write Perl subroutines in other languages" 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 hppa mips" +IUSE="gtk2" DEPEND="${DEPEND} dev-perl/Digest-MD5 |