Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 03 Dec 2015 20:25:00
Message-Id: 1449174016.945c4fb8059783d4b3bf1b467eb48430b883f3bc.dilfridge@gentoo
1 commit: 945c4fb8059783d4b3bf1b467eb48430b883f3bc
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 21:03:28 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 20:20:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945c4fb8
7
8 perl-functions.eclass: should 'just work' in EAPI=6
9
10 eclass/perl-functions.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
14 index 7ba47d1..c38ed6c 100644
15 --- a/eclass/perl-functions.eclass
16 +++ b/eclass/perl-functions.eclass
17 @@ -18,7 +18,7 @@
18 [[ ${CATEGORY} == "perl-core" ]] && inherit alternatives
19
20 case "${EAPI:-0}" in
21 - 5)
22 + 5|6)
23 ;;
24 *)
25 die "EAPI=${EAPI} is not supported by perl-functions.eclass"