projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50078fb
)
kernel-2.eclass: inherit estack eclass
author
Thomas Deutschmann
<whissi@gentoo.org>
Mon, 30 Jul 2018 00:15:17 +0000
(
02:15
+0200)
committer
Thomas Deutschmann
<whissi@gentoo.org>
Mon, 30 Jul 2018 00:15:17 +0000
(
02:15
+0200)
In commit
3b73ebd9ac730549bb9edf5e8f9ff6614d08726a
we removed eutils
eclass usage. However, we still need eshopts_* functions provided
by estack eclass.
eclass/kernel-2.eclass
patch
|
blob
|
history
diff --git
a/eclass/kernel-2.eclass
b/eclass/kernel-2.eclass
index 6c882308f892ecfcbc18e767fb833641e315e5cc..0345061631a52f20aa45c3b60c4b6c81df250f88 100644
(file)
--- a/
eclass/kernel-2.eclass
+++ b/
eclass/kernel-2.eclass
@@
-194,7
+194,7
@@
PYTHON_COMPAT=( python{2_6,2_7} )
inherit toolchain-funcs python-any-r1
[[ ${EAPI:-0} == [012345] ]] && inherit epatch
-[[ ${EAPI:-0} == [0123456] ]] && inherit eapi7-ver
+[[ ${EAPI:-0} == [0123456] ]] && inherit e
stack e
api7-ver
case ${EAPI:-0} in
2|3|4|5|6)
EXPORT_FUNCTIONS src_{unpack,prepare,compile,install,test} \