projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e00927
)
python-utils-r1.eclass: Remove unneeded multilib inherit in EAPI 6
author
Michał Górny
<mgorny@gentoo.org>
Wed, 18 Nov 2015 19:31:10 +0000
(20:31 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 28 Nov 2015 19:09:06 +0000
(20:09 +0100)
eclass/python-utils-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/python-utils-r1.eclass
b/eclass/python-utils-r1.eclass
index d8bcb138113a6ecfb0ce09e1ff7e4f27f8c6a497..456c0996bc7e561288a972923fcf9661deb9147a 100644
(file)
--- a/
eclass/python-utils-r1.eclass
+++ b/
eclass/python-utils-r1.eclass
@@
-33,8
+33,8
@@
fi
if [[ ! ${_PYTHON_UTILS_R1} ]]; then
-[[ ${EAPI:-0} == [012345] ]] && inherit eutils
-inherit
multilib
toolchain-funcs
+[[ ${EAPI:-0} == [012345] ]] && inherit eutils
multilib
+inherit toolchain-funcs
# @ECLASS-VARIABLE: _PYTHON_ALL_IMPLS
# @INTERNAL