summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2013-07-31 05:15:43 +0000
committerMatt Turner <mattst88@gentoo.org>2013-07-31 05:15:43 +0000
commit1c45534579106656826ae7fb21d34910dfb8dad5 (patch)
tree718df0e6ddd10b4e06d58b4f1b41375e9f7748f5 /eclass
parentAllow building against >=dev-lang/perl-5.16 without 'build' in IUSE. (diff)
downloadhistorical-1c45534579106656826ae7fb21d34910dfb8dad5.tar.gz
historical-1c45534579106656826ae7fb21d34910dfb8dad5.tar.bz2
historical-1c45534579106656826ae7fb21d34910dfb8dad5.zip
Allow using >=dev-lang/perl-5.16 without 'build' in IUSE.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/perl-module.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 3d4e255a19d8..45c3da399709 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.905 2013/07/30 18:59:18 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.906 2013/07/31 05:15:43 mattst88 Exp $
+
+ 31 Jul 2013; Matt Turner <mattst88@gentoo.org> perl-module.eclass:
+ Allow using >=dev-lang/perl-5.16 without 'build' in IUSE.
30 Jul 2013; Michał Górny <mgorny@gentoo.org> xorg-2.eclass:
Update the emul-linux blocker to support abi_x86_32 flag on emul-linux.
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index d23ede00dc35..d750bf72b37d 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.136 2013/04/28 16:15:33 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.137 2013/07/31 05:15:43 mattst88 Exp $
# @ECLASS: perl-module.eclass
# @MAINTAINER:
@@ -28,7 +28,7 @@ case "${EAPI:-0}" in
case "${GENTOO_DEPEND_ON_PERL:-yes}" in
yes)
- DEPEND="dev-lang/perl[-build]"
+ DEPEND="|| ( >=dev-lang/perl-5.16 <dev-lang/perl-5.16[-build] )"
RDEPEND="${DEPEND}"
;;
esac