diff options
author | 2006-08-06 01:37:38 +0000 | |
---|---|---|
committer | 2006-08-06 01:37:38 +0000 | |
commit | db77ebcd6fae6e2709d58130fb78cea99a0cefcc (patch) | |
tree | 7a0892a037c1e301b1501300777c5985aa23343f /dev-perl/XML-LibXSLT/XML-LibXSLT-1.58.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-db77ebcd6fae6e2709d58130fb78cea99a0cefcc.tar.gz gentoo-2-db77ebcd6fae6e2709d58130fb78cea99a0cefcc.tar.bz2 gentoo-2-db77ebcd6fae6e2709d58130fb78cea99a0cefcc.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/XML-LibXSLT/XML-LibXSLT-1.58.ebuild')
-rw-r--r-- | dev-perl/XML-LibXSLT/XML-LibXSLT-1.58.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.58.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.58.ebuild index 59b957238dbf..d22c9d9c4060 100644 --- a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.58.ebuild +++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.58.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.58.ebuild,v 1.9 2006/07/05 13:31:25 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.58.ebuild,v 1.10 2006/08/06 01:37:38 mcummings Exp $ inherit perl-module @@ -18,5 +18,7 @@ IUSE="" #SRC_TEST="do" DEPEND=">=dev-libs/libxslt-1.1.2 - >=dev-perl/XML-LibXML-1.58" -RDEPEND="${DEPEND}"
\ No newline at end of file + >=dev-perl/XML-LibXML-1.58 + dev-lang/perl" +RDEPEND="${DEPEND}" + |