Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 30 Jul 2018 00:16:56
Message-Id: 1532909717.e6eb54de766d46c15820fa19ba7ace700b9ea754.whissi@gentoo
1 commit: e6eb54de766d46c15820fa19ba7ace700b9ea754
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 30 00:15:17 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 30 00:15:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6eb54de
7
8 kernel-2.eclass: inherit estack eclass
9
10 In commit 3b73ebd9ac730549bb9edf5e8f9ff6614d08726a we removed eutils
11 eclass usage. However, we still need eshopts_* functions provided
12 by estack eclass.
13
14 eclass/kernel-2.eclass | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
18 index 6c882308f89..0345061631a 100644
19 --- a/eclass/kernel-2.eclass
20 +++ b/eclass/kernel-2.eclass
21 @@ -194,7 +194,7 @@ PYTHON_COMPAT=( python{2_6,2_7} )
22
23 inherit toolchain-funcs python-any-r1
24 [[ ${EAPI:-0} == [012345] ]] && inherit epatch
25 -[[ ${EAPI:-0} == [0123456] ]] && inherit eapi7-ver
26 +[[ ${EAPI:-0} == [0123456] ]] && inherit estack eapi7-ver
27 case ${EAPI:-0} in
28 2|3|4|5|6)
29 EXPORT_FUNCTIONS src_{unpack,prepare,compile,install,test} \