diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:12:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:12:14 +0000 |
commit | f42f10124b13e44dd8e8b6c94a5f73d21b3cdb13 (patch) | |
tree | cc78f13138a6ee81d84b99a2baa1b823b2f9bea1 /dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.07-r1.ebuild | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-f42f10124b13e44dd8e8b6c94a5f73d21b3cdb13.tar.gz gentoo-2-f42f10124b13e44dd8e8b6c94a5f73d21b3cdb13.tar.bz2 gentoo-2-f42f10124b13e44dd8e8b6c94a5f73d21b3cdb13.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.07-r1.ebuild')
-rw-r--r-- | dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.07-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.07-r1.ebuild b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.07-r1.ebuild index 002304b182ae..359f259fc8f9 100644 --- a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.07-r1.ebuild +++ b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.07-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/XML-NamespaceSupport/XML-NamespaceSupport-1.07-r1.ebuild,v 1.9 2004/06/25 01:12:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.07-r1.ebuild,v 1.10 2004/07/14 21:08:25 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="A Perl module that offers a simple to process namespaced XML names" 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 alpha sparc ppc" +IUSE="" DEPEND="${DEPEND} >=dev-libs/libxml2-2.4.1" |