diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:07:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:07:10 +0000 |
commit | 93028a007b6e2d0ae2b7fa849e36c82c973a4213 (patch) | |
tree | 352472797d994ed9b955b9145e4f8fcb55f49197 /dev-perl/XML-LibXSLT/XML-LibXSLT-1.53.ebuild | |
parent | sync IUSE (+gnome), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-93028a007b6e2d0ae2b7fa849e36c82c973a4213.tar.gz gentoo-2-93028a007b6e2d0ae2b7fa849e36c82c973a4213.tar.bz2 gentoo-2-93028a007b6e2d0ae2b7fa849e36c82c973a4213.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/XML-LibXSLT/XML-LibXSLT-1.53.ebuild')
-rw-r--r-- | dev-perl/XML-LibXSLT/XML-LibXSLT-1.53.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.53.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.53.ebuild index f4f64698915a..5f742fc284f3 100644 --- a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.53.ebuild +++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.53.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-LibXSLT/XML-LibXSLT-1.53.ebuild,v 1.6 2004/06/25 01:12:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.53.ebuild,v 1.7 2004/07/14 21:07:10 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" 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 ~ppc sparc ~mips" +IUSE="" DEPEND="${DEPEND} >=dev-libs/libxslt-1.0.1 |