From: Andreas K. Huettel (dilfridge) Date: Sat, 28 Nov 2015 21:03:28 +0000 (+0100) Subject: perl-functions.eclass: should 'just work' in EAPI=6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=945c4fb8059783d4b3bf1b467eb48430b883f3bc;p=gentoo.git perl-functions.eclass: should 'just work' in EAPI=6 --- 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"