commit: ec670d56467b6ece124dfc55583006ef19ec95a6 Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org> AuthorDate: Mon Mar 6 17:12:41 2017 +0000 Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org> CommitDate: Mon Mar 6 17:13:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec670d56
kernel-2.eclass: enable eapi6 eclass/kernel-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index d0f7eb95f79..478b6b8c0a0 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -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" ;;