summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 20:16:01 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 20:16:01 +0000
commiteefe290c9e2be12a5187ffeafdfd6be67253d4c7 (patch)
treee262cb4ec469701e7975c4a778da7d43144e658e /dev-perl/Params-Util/Params-Util-0.07.ebuild
parentApply a patch for IBM JDK, see bug #142692. (diff)
downloadhistorical-eefe290c9e2be12a5187ffeafdfd6be67253d4c7.tar.gz
historical-eefe290c9e2be12a5187ffeafdfd6be67253d4c7.tar.bz2
historical-eefe290c9e2be12a5187ffeafdfd6be67253d4c7.zip
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Params-Util/Params-Util-0.07.ebuild')
-rw-r--r--dev-perl/Params-Util/Params-Util-0.07.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/Params-Util/Params-Util-0.07.ebuild b/dev-perl/Params-Util/Params-Util-0.07.ebuild
index 998111d1bdb0..7aec23eff384 100644
--- a/dev-perl/Params-Util/Params-Util-0.07.ebuild
+++ b/dev-perl/Params-Util/Params-Util-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/Params-Util/Params-Util-0.07.ebuild,v 1.13 2006/07/04 14:37:32 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Util/Params-Util-0.07.ebuild,v 1.14 2006/08/05 19:50:38 mcummings Exp $
inherit perl-module
@@ -15,5 +15,7 @@ IUSE=""
SRC_TEST="do"
-DEPEND=">=virtual/perl-Scalar-List-Utils-1.11"
-RDEPEND="${DEPEND}" \ No newline at end of file
+DEPEND=">=virtual/perl-Scalar-List-Utils-1.11
+ dev-lang/perl"
+RDEPEND="${DEPEND}"
+