summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 19:50:38 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 19:50:38 +0000
commit7f178d2877784034e61899038c8cd242d46df06e (patch)
treebddb6b379bbca470feb70785fe2542f9ceff7aad /dev-perl/Params-Util/Params-Util-0.10.ebuild
parentAdding perl dep; fixed header; fixed DEPEND (diff)
downloadgentoo-2-7f178d2877784034e61899038c8cd242d46df06e.tar.gz
gentoo-2-7f178d2877784034e61899038c8cd242d46df06e.tar.bz2
gentoo-2-7f178d2877784034e61899038c8cd242d46df06e.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Params-Util/Params-Util-0.10.ebuild')
-rw-r--r--dev-perl/Params-Util/Params-Util-0.10.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/Params-Util/Params-Util-0.10.ebuild b/dev-perl/Params-Util/Params-Util-0.10.ebuild
index 9f4c778986c6..323c8549e7fe 100644
--- a/dev-perl/Params-Util/Params-Util-0.10.ebuild
+++ b/dev-perl/Params-Util/Params-Util-0.10.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.10.ebuild,v 1.7 2006/07/04 14:37:32 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Util/Params-Util-0.10.ebuild,v 1.8 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}"
+