diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-11-04 01:48:59 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-11-04 01:48:59 +0000 |
commit | f07ae27ed412bb1955ac04679a2a5bca419fede8 (patch) | |
tree | 31b401e1b4ea5928d10fcb7f7bd6cfb989f8282a /eclass/perl-module.eclass | |
parent | prune old packages (diff) | |
download | historical-f07ae27ed412bb1955ac04679a2a5bca419fede8.tar.gz historical-f07ae27ed412bb1955ac04679a2a5bca419fede8.tar.bz2 historical-f07ae27ed412bb1955ac04679a2a5bca419fede8.zip |
reinstated extutils makemaker dep. between this and the profile dep we
should have our bases covered now.
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r-- | eclass/perl-module.eclass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index cea60b0adabf..b84207367310 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -1,7 +1,7 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.31 2002/11/04 01:41:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.32 2002/11/04 01:48:59 mcummings Exp $ # The perl-module eclass is designed to allow easier installation of perl # modules, and their incorporation into the Gentoo Linux system. @@ -14,8 +14,9 @@ INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_compile src_install src_test eval `perl '-V:version'` -DEPEND="${DEPEND} - sys-devel/perl" +DEPEND="sys-devel/perl + >=dev-perl/ExtUtils-MakeMaker-6.05-r1 + ${DEPEND}" SRC_PREP="no" perl-module_src_prep() { |