diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 03:46:21 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 03:46:21 +0000 |
commit | ea5aa05fa81a3eff2a06ac9368878b534516266e (patch) | |
tree | 423bcce45f6caac447e9d4b069d5c221e17c68ab /eclass | |
parent | Version bumped, bug #141808 (diff) | |
download | historical-ea5aa05fa81a3eff2a06ac9368878b534516266e.tar.gz historical-ea5aa05fa81a3eff2a06ac9368878b534516266e.tar.bz2 historical-ea5aa05fa81a3eff2a06ac9368878b534516266e.zip |
dev-lang/perl has been added as a dep to all of dev-perl and perl-core.
Removing the dep, use flags, and strange behaviors these issued from the
eclass.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/perl-module.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index f0487700da83..c37320fcad3c 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.99 2006/07/08 16:46:19 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.100 2006/08/06 03:46:21 mcummings Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # Maintained by the Perl herd <perl@gentoo.org> @@ -81,9 +81,6 @@ EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm src_com # compile??). -IUSE="perl minimal" -DEPEND="perl? ( dev-lang/perl )" -RDEPEND="!minimal? ( ${DEPEND} )" SRC_PREP="no" SRC_TEST="skip" PREFER_BUILDPL="yes" |