diff options
author | 2006-08-05 23:41:09 +0000 | |
---|---|---|
committer | 2006-08-05 23:41:09 +0000 | |
commit | b50a3420e4b043457741f9721c5344d9295c420c (patch) | |
tree | a774ad81c6c4e45767c71cdbb76f96159d50220d /dev-perl/Test-LongString/Test-LongString-0.07.ebuild | |
parent | metadata.xml translation by Yoshino-san in bug #136340 (diff) | |
download | historical-b50a3420e4b043457741f9721c5344d9295c420c.tar.gz historical-b50a3420e4b043457741f9721c5344d9295c420c.tar.bz2 historical-b50a3420e4b043457741f9721c5344d9295c420c.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Test-LongString/Test-LongString-0.07.ebuild')
-rw-r--r-- | dev-perl/Test-LongString/Test-LongString-0.07.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/Test-LongString/Test-LongString-0.07.ebuild b/dev-perl/Test-LongString/Test-LongString-0.07.ebuild index 1aa0efa9f076..ff0245ea1b4f 100644 --- a/dev-perl/Test-LongString/Test-LongString-0.07.ebuild +++ b/dev-perl/Test-LongString/Test-LongString-0.07.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/Test-LongString/Test-LongString-0.07.ebuild,v 1.5 2006/06/08 20:11:43 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/Test-LongString-0.07.ebuild,v 1.6 2006/08/05 23:41:09 mcummings Exp $ inherit perl-module @@ -13,3 +13,7 @@ SLOT="0" KEYWORDS="ppc sparc x86" IUSE="" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |