diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-11-18 22:28:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-11-28 20:09:06 +0100 |
commit | 9c6a8a3461542f948276efc95a7140ec5efc40c4 (patch) | |
tree | f623f40f4cbb548986bd8771866d3a0ee197064e /eclass/python-r1.eclass | |
parent | python-r1.eclass: Ban python_export_best in EAPI 6 (diff) | |
download | gentoo-9c6a8a3461542f948276efc95a7140ec5efc40c4.tar.gz gentoo-9c6a8a3461542f948276efc95a7140ec5efc40c4.tar.bz2 gentoo-9c6a8a3461542f948276efc95a7140ec5efc40c4.zip |
python-r1.eclass: Fix missing explicit eutils inherit for EAPI < 6
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r-- | eclass/python-r1.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index de83bb5d6ac9..92fa5defb93e 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -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 |