commit: 945c4fb8059783d4b3bf1b467eb48430b883f3bc
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 21:03:28 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 20:20:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945c4fb8
perl-functions.eclass: should 'just work' in EAPI=6
eclass/perl-functions.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
index 7ba47d1..c38ed6c 100644
--- a/eclass/perl-functions.eclass
+++ b/eclass/perl-functions.eclass
@@ -18,7 +18,7 @@
[[ ${CATEGORY} == "perl-core" ]] && inherit alternatives
case "${EAPI:-0}" in
- 5)
+ 5|6)
;;
*)
die "EAPI=${EAPI} is not supported by perl-functions.eclass"