From 9c6a8a3461542f948276efc95a7140ec5efc40c4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 18 Nov 2015 22:28:48 +0100 Subject: python-r1.eclass: Fix missing explicit eutils inherit for EAPI < 6 --- eclass/python-r1.eclass | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-65-gdbad