projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49246d9
)
kernel-2.eclass: enable eapi6
author
Alice Ferrazzi
<alicef@gentoo.org>
Mon, 6 Mar 2017 17:12:41 +0000
(17:12 +0000)
committer
Alice Ferrazzi
<alicef@gentoo.org>
Mon, 6 Mar 2017 17:13:33 +0000
(17:13 +0000)
eclass/kernel-2.eclass
patch
|
blob
|
history
diff --git
a/eclass/kernel-2.eclass
b/eclass/kernel-2.eclass
index d0f7eb95f79b2e78f3cb2a13d55ed84881816458..478b6b8c0a01eca42de0535e774c056f1f326dbe 100644
(file)
--- 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" ;;