perl-functions.eclass: should 'just work' in EAPI=6
authorAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>
Sat, 28 Nov 2015 21:03:28 +0000 (22:03 +0100)
committerAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>
Thu, 3 Dec 2015 20:20:16 +0000 (21:20 +0100)
eclass/perl-functions.eclass

index 7ba47d15f8bcb3d41c1251445cebd72636537ccf..c38ed6c4a6518463506d3d7919bd8a8aa7727852 100644 (file)
@@ -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"