summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2017-03-06 17:12:41 +0000
committerAlice Ferrazzi <alicef@gentoo.org>2017-03-06 17:13:33 +0000
commitec670d56467b6ece124dfc55583006ef19ec95a6 (patch)
tree1f002b2a1ca6cb0bd6b74a1c57e96c72e8325e52
parentapp-emulation/docker: Use right git commit short id (diff)
downloadgentoo-ec670d56467b6ece124dfc55583006ef19ec95a6.tar.gz
gentoo-ec670d56467b6ece124dfc55583006ef19ec95a6.tar.bz2
gentoo-ec670d56467b6ece124dfc55583006ef19ec95a6.zip
kernel-2.eclass: enable eapi6
-rw-r--r--eclass/kernel-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index d0f7eb95f79b..478b6b8c0a01 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" ;;