distutils-r1.eclass: Remove unnecessary eutils inherit in EAPI 6
authorMichał Górny <mgorny@gentoo.org>
Wed, 18 Nov 2015 22:02:39 +0000 (23:02 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Nov 2015 19:09:06 +0000 (20:09 +0100)
eclass/distutils-r1.eclass

index b249985a2a1c4a3dbe8c2fe3f8aeb06296a9e418..7ebcaa549169f28b2663c98fc71a8c65875de382 100644 (file)
@@ -79,7 +79,8 @@ esac
 
 if [[ ! ${_DISTUTILS_R1} ]]; then
 
-inherit eutils toolchain-funcs
+[[ ${EAPI} == [45] ]] && inherit eutils
+inherit toolchain-funcs
 
 if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then
        inherit multiprocessing python-r1