summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-07-07 01:22:30 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-07-07 01:22:30 +0000
commit68ce24444d3cda1ab0fd9a3902a526f317d42a7f (patch)
tree6249eeb01fe78a17020ea9b4d1cc4aeb9c11c14a /eclass
parentVersion bump. Removed older ebuilds and two unused patches. (diff)
downloadhistorical-68ce24444d3cda1ab0fd9a3902a526f317d42a7f.tar.gz
historical-68ce24444d3cda1ab0fd9a3902a526f317d42a7f.tar.bz2
historical-68ce24444d3cda1ab0fd9a3902a526f317d42a7f.zip
RDEP=DEP
Diffstat (limited to 'eclass')
-rw-r--r--eclass/perl-module.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 37fe1f49096d..d2629ef947d3 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.74 2005/07/06 20:23:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.75 2005/07/07 01:22:30 mcummings Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
# Maintained by the Perl herd <perl@gentoo.org>
@@ -58,6 +58,7 @@ EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm \
DEPEND=">=dev-lang/perl-5.8.2 !<perl-core/ExtUtils-MakeMaker-6.17"
+RDEPEND="${DEPEND}"
SRC_PREP="no"
SRC_TEST="skip"