diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-08-14 13:54:23 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-08-14 13:54:23 +0000 |
commit | 48df911b6fed431005b0507c47cccb22c5fca904 (patch) | |
tree | 6d6c62680ddaa9503c31debc957b959498cef72e | |
parent | Adding sparc/sparc64 keywords (diff) | |
download | historical-48df911b6fed431005b0507c47cccb22c5fca904.tar.gz historical-48df911b6fed431005b0507c47cccb22c5fca904.tar.bz2 historical-48df911b6fed431005b0507c47cccb22c5fca904.zip |
Corrected newdepends to DEPEND= - this was overwriting the newdepends
used in the various module ebuilds and causing them not to install their
sub deps
-rw-r--r-- | eclass/perl-module.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index c46a9b5af7f7..a0e15b91caef 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.18 2002/08/07 01:49:17 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.19 2002/08/14 13:54:23 mcummings Exp $ # The perl-module eclass is designed to allow easier installation of perl # modules, and their incorporation into the Gentoo Linux system. @@ -13,7 +13,7 @@ INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_compile src_install src_test -newdepend ">=sys-devel/perl-5" +DEPEND=">=sys-devel/perl-5" SRC_PREP="no" |