diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:24:34 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:24:34 +0000 |
commit | 895ee7163cde2751326594b327b5bc8739248abe (patch) | |
tree | 44f6ce9aeef77d36bda83c5a871d162cf0269c5d /dev-perl/XML-SAX | |
parent | Added confutils_warn_about_missing_deps (diff) | |
download | historical-895ee7163cde2751326594b327b5bc8739248abe.tar.gz historical-895ee7163cde2751326594b327b5bc8739248abe.tar.bz2 historical-895ee7163cde2751326594b327b5bc8739248abe.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/XML-SAX')
-rw-r--r-- | dev-perl/XML-SAX/XML-SAX-0.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/XML-SAX/XML-SAX-0.12.ebuild b/dev-perl/XML-SAX/XML-SAX-0.12.ebuild index dfb3b31ad425..49a9bf2d4fdd 100644 --- a/dev-perl/XML-SAX/XML-SAX-0.12.ebuild +++ b/dev-perl/XML-SAX/XML-SAX-0.12.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/XML-SAX/XML-SAX-0.12.ebuild,v 1.7 2004/06/25 01:13:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-SAX/XML-SAX-0.12.ebuild,v 1.8 2004/07/14 21:16:45 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, filters, and drivers" SRC_URI="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${P}.tar.gz" HOMEPAGE="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${P}.readme" @@ -12,6 +11,7 @@ HOMEPAGE="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Pro SLOT="0" LICENSE="Artistic" KEYWORDS="x86 amd64 ppc sparc alpha ~mips" +IUSE="" DEPEND="${DEPEND} >=dev-perl/XML-NamespaceSupport-1.04 |