summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2013-12-29 21:39:51 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2013-12-29 21:39:51 +0000
commitc3f9d247c83a3c5d0b4d5656572b90ef3c45ef83 (patch)
treedaae53c094cd9c92f79472464b47b29207773a26 /eclass/perl-app.eclass
parentUse subslot dependencies on dev-lang/perl if possible, bug 479298 (diff)
downloadhistorical-c3f9d247c83a3c5d0b4d5656572b90ef3c45ef83.tar.gz
historical-c3f9d247c83a3c5d0b4d5656572b90ef3c45ef83.tar.bz2
historical-c3f9d247c83a3c5d0b4d5656572b90ef3c45ef83.zip
Do not use subslots on dev-lang/perl in perl apps (as opposed to modules)
Diffstat (limited to 'eclass/perl-app.eclass')
-rw-r--r--eclass/perl-app.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/perl-app.eclass b/eclass/perl-app.eclass
index b4cce826cb57..433cbda9f779 100644
--- a/eclass/perl-app.eclass
+++ b/eclass/perl-app.eclass
@@ -1,10 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/perl-app.eclass,v 1.12 2011/12/27 17:55:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-app.eclass,v 1.13 2013/12/29 21:39:51 dilfridge Exp $
# Author: Michael Cummings <mcummings@gentoo.org>
# Maintained by the Perl herd <perl@gentoo.org>
+GENTOO_DEPEND_ON_PERL_SUBSLOT="no"
inherit perl-module
case "${EAPI:-0}" in