From 48df911b6fed431005b0507c47cccb22c5fca904 Mon Sep 17 00:00:00 2001 From: Michael Cummings Date: Wed, 14 Aug 2002 13:54:23 +0000 Subject: Corrected newdepends to DEPEND= - this was overwriting the newdepends used in the various module ebuilds and causing them not to install their sub deps --- eclass/perl-module.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/perl-module.eclass') 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 -# $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" -- cgit v1.2.3-65-gdbad