dev-lang/perl has been added as a dep to all of dev-perl and perl-core.
authorMichael Cummings <mcummings@gentoo.org>
Sun, 6 Aug 2006 03:46:21 +0000 (03:46 +0000)
committerMichael Cummings <mcummings@gentoo.org>
Sun, 6 Aug 2006 03:46:21 +0000 (03:46 +0000)
Removing the dep, use flags, and strange behaviors these issued from the
eclass.

eclass/perl-module.eclass

index f0487700da83b683803efb78c5a004ccc012b971..c37320fcad3c61507931326b8242054901639f86 100644 (file)
@@ -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"