diff options
author | 2006-08-05 13:24:17 +0000 | |
---|---|---|
committer | 2006-08-05 13:24:17 +0000 | |
commit | 0700cae891eab652c7085c234b10598de6acc7d9 (patch) | |
tree | c101f24f8f381eccc5c05d8d3c262d2d0779a579 /dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.22.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | gentoo-2-0700cae891eab652c7085c234b10598de6acc7d9.tar.gz gentoo-2-0700cae891eab652c7085c234b10598de6acc7d9.tar.bz2 gentoo-2-0700cae891eab652c7085c234b10598de6acc7d9.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.22.ebuild')
-rw-r--r-- | dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.22.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.22.ebuild b/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.22.ebuild index ab098aeb002b..87d27fc9a2bc 100644 --- a/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.22.ebuild +++ b/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.22.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/Lingua-EN-NameParse/Lingua-EN-NameParse-1.22.ebuild,v 1.6 2006/07/10 16:20:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-NameParse/Lingua-EN-NameParse-1.22.ebuild,v 1.7 2006/08/05 13:24:17 mcummings Exp $ inherit perl-module @@ -13,6 +13,8 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="ia64 ppc x86" -DEPEND="dev-perl/Parse-RecDescent" +DEPEND="dev-perl/Parse-RecDescent + dev-lang/perl" RDEPEND="${DEPEND}" -IUSE=""
\ No newline at end of file +IUSE="" + |