diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-30 02:15:17 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-30 02:15:17 +0200 |
commit | e6eb54de766d46c15820fa19ba7ace700b9ea754 (patch) | |
tree | d990c5071860a43324e9b88385a9069139608a9b /eclass/kernel-2.eclass | |
parent | linux-info.eclass: respect kernel CONFIG_LOCALVERSION (diff) | |
download | gentoo-e6eb54de766d46c15820fa19ba7ace700b9ea754.tar.gz gentoo-e6eb54de766d46c15820fa19ba7ace700b9ea754.tar.bz2 gentoo-e6eb54de766d46c15820fa19ba7ace700b9ea754.zip |
kernel-2.eclass: inherit estack eclass
In commit 3b73ebd9ac730549bb9edf5e8f9ff6614d08726a we removed eutils
eclass usage. However, we still need eshopts_* functions provided
by estack eclass.
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 6c882308f892..0345061631a5 100644 --- 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 estack eapi7-ver case ${EAPI:-0} in 2|3|4|5|6) EXPORT_FUNCTIONS src_{unpack,prepare,compile,install,test} \ |