diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 02:46:30 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 02:46:30 +0000 |
commit | 362e6d6fd19921df791e0651980aad7d731334ac (patch) | |
tree | c8b54041bf34c8f97d328c379ad4b37548a39ab7 /dev-perl/libxml-perl/libxml-perl-0.08.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-362e6d6fd19921df791e0651980aad7d731334ac.tar.gz gentoo-2-362e6d6fd19921df791e0651980aad7d731334ac.tar.bz2 gentoo-2-362e6d6fd19921df791e0651980aad7d731334ac.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/libxml-perl/libxml-perl-0.08.ebuild')
-rw-r--r-- | dev-perl/libxml-perl/libxml-perl-0.08.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/libxml-perl/libxml-perl-0.08.ebuild b/dev-perl/libxml-perl/libxml-perl-0.08.ebuild index 633f57917ae8..cbc72655e027 100644 --- a/dev-perl/libxml-perl/libxml-perl-0.08.ebuild +++ b/dev-perl/libxml-perl/libxml-perl-0.08.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/libxml-perl/libxml-perl-0.08.ebuild,v 1.13 2006/07/05 18:19:27 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libxml-perl/libxml-perl-0.08.ebuild,v 1.14 2006/08/06 02:46:30 mcummings Exp $ inherit perl-module @@ -13,5 +13,7 @@ LICENSE="Artistic" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -DEPEND=">=dev-perl/XML-Parser-2.29" -RDEPEND="${DEPEND}"
\ No newline at end of file +DEPEND=">=dev-perl/XML-Parser-2.29 + dev-lang/perl" +RDEPEND="${DEPEND}" + |