diff options
author | 2013-12-29 21:39:51 +0000 | |
---|---|---|
committer | 2013-12-29 21:39:51 +0000 | |
commit | c3f9d247c83a3c5d0b4d5656572b90ef3c45ef83 (patch) | |
tree | daae53c094cd9c92f79472464b47b29207773a26 /eclass/perl-app.eclass | |
parent | Use subslot dependencies on dev-lang/perl if possible, bug 479298 (diff) | |
download | historical-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.eclass | 5 |
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 |