kernel-2.eclass: enable eapi6
authorAlice Ferrazzi <alicef@gentoo.org>
Mon, 6 Mar 2017 17:12:41 +0000 (17:12 +0000)
committerAlice Ferrazzi <alicef@gentoo.org>
Mon, 6 Mar 2017 17:13:33 +0000 (17:13 +0000)
eclass/kernel-2.eclass

index d0f7eb95f79b2e78f3cb2a13d55ed84881816458..478b6b8c0a01eca42de0535e774c056f1f326dbe 100644 (file)
@@ -197,7 +197,7 @@ case ${EAPI:-0} in
        0|1)
                EXPORT_FUNCTIONS src_{unpack,compile,install,test} \
                        pkg_{setup,preinst,postinst,postrm} ;;
-       2|3|4|5)
+       2|3|4|5|6)
                EXPORT_FUNCTIONS src_{unpack,prepare,compile,install,test} \
                        pkg_{setup,preinst,postinst,postrm} ;;
        *) die "${ECLASS}: EAPI ${EAPI} not supported" ;;