diff options
author | 2006-08-06 01:58:34 +0000 | |
---|---|---|
committer | 2006-08-06 01:58:34 +0000 | |
commit | 67538cae6dbae0b2f90f2e2012a4c6896086c29e (patch) | |
tree | ab3509af322284c5c3e6fd5eb8093bc8189682cc /dev-perl/XML-XPath/XML-XPath-1.13.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | gentoo-2-67538cae6dbae0b2f90f2e2012a4c6896086c29e.tar.gz gentoo-2-67538cae6dbae0b2f90f2e2012a4c6896086c29e.tar.bz2 gentoo-2-67538cae6dbae0b2f90f2e2012a4c6896086c29e.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/XML-XPath/XML-XPath-1.13.ebuild')
-rw-r--r-- | dev-perl/XML-XPath/XML-XPath-1.13.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-perl/XML-XPath/XML-XPath-1.13.ebuild b/dev-perl/XML-XPath/XML-XPath-1.13.ebuild index 0a38ffe21727..d6a20e810885 100644 --- a/dev-perl/XML-XPath/XML-XPath-1.13.ebuild +++ b/dev-perl/XML-XPath/XML-XPath-1.13.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-XPath/XML-XPath-1.13.ebuild,v 1.18 2006/08/02 18:05:44 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-XPath/XML-XPath-1.13.ebuild,v 1.19 2006/08/06 01:58:34 mcummings Exp $ inherit perl-module @@ -13,5 +13,8 @@ LICENSE="Artistic" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -DEPEND=">=dev-perl/XML-Parser-2.30" +DEPEND=">=dev-perl/XML-Parser-2.30 + dev-lang/perl" RDEPEND="${DEPEND}" + + |