diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-11-18 20:31:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-11-28 20:09:06 +0100 |
commit | 991e1399921cd2e4fdebf4b02a7f152706e30ea5 (patch) | |
tree | 1c141c58b3ad74bd1e755fe5b88625d23499f398 /eclass | |
parent | python-utils-r1.eclass: Make python_fix_shebang QAwarns fatal in EAPI 6 (diff) | |
download | gentoo-991e1399921cd2e4fdebf4b02a7f152706e30ea5.tar.gz gentoo-991e1399921cd2e4fdebf4b02a7f152706e30ea5.tar.bz2 gentoo-991e1399921cd2e4fdebf4b02a7f152706e30ea5.zip |
python-utils-r1.eclass: Remove unneeded multilib inherit in EAPI 6
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index d8bcb138113a..456c0996bc7e 100644 --- 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 |