mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kernel-2.eclass: inherit estack eclass
In commit 3b73ebd9ac we removed eutils
eclass usage. However, we still need eshopts_* functions provided
by estack eclass.
This commit is contained in:
@@ -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 estack eapi7-ver
|
||||
case ${EAPI:-0} in
|
||||
2|3|4|5|6)
|
||||
EXPORT_FUNCTIONS src_{unpack,prepare,compile,install,test} \
|
||||
|
||||
Reference in New Issue
Block a user