python-utils-r1.eclass: Remove unneeded multilib inherit in EAPI 6
authorMichał Górny <mgorny@gentoo.org>
Wed, 18 Nov 2015 19:31:10 +0000 (20:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Nov 2015 19:09:06 +0000 (20:09 +0100)
eclass/python-utils-r1.eclass

index d8bcb138113a6ecfb0ce09e1ff7e4f27f8c6a497..456c0996bc7e561288a972923fcf9661deb9147a 100644 (file)
@@ -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