summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-06 03:46:21 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-06 03:46:21 +0000
commit89d715a5f96ab68a8f231c11781d4760897ab9eb (patch)
tree78918736bcb4e74b0f0ec28afdeea8d5f629d937 /eclass
parentVersion bumped, bug #141808 (diff)
downloadgentoo-2-89d715a5f96ab68a8f231c11781d4760897ab9eb.tar.gz
gentoo-2-89d715a5f96ab68a8f231c11781d4760897ab9eb.tar.bz2
gentoo-2-89d715a5f96ab68a8f231c11781d4760897ab9eb.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.eclass5
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"