From 945c4fb8059783d4b3bf1b467eb48430b883f3bc Mon Sep 17 00:00:00 2001 From: "Andreas K. Huettel (dilfridge)" Date: Sat, 28 Nov 2015 22:03:28 +0100 Subject: 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 7ba47d15f8bc..c38ed6c4a651 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" -- cgit v1.2.3-65-gdbad