python-r1.eclass: Fix missing explicit eutils inherit for EAPI < 6
authorMichał Górny <mgorny@gentoo.org>
Wed, 18 Nov 2015 21:28:48 +0000 (22:28 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Nov 2015 19:09:06 +0000 (20:09 +0100)
eclass/python-r1.eclass

index de83bb5d6ac92f3d3f5a45ac024269a132e54b22..92fa5defb93e9152fa9877d01dfa9d06c9b577ed 100644 (file)
@@ -63,6 +63,7 @@ elif [[ ${_PYTHON_ANY_R1} ]]; then
        die 'python-r1.eclass can not be used with python-any-r1.eclass.'
 fi
 
+[[ ${EAPI} == [45] ]] && inherit eutils
 inherit multibuild python-utils-r1
 
 # @ECLASS-VARIABLE: PYTHON_COMPAT