Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 19/29] python-r1.eclass: Fix missing explicit eutils inherit for EAPI < 6
Date: Sun, 22 Nov 2015 20:02:17
Message-Id: 1448221870-17269-20-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCHES] Clean-up & EAPI 6 support for python-r1 suite by "Michał Górny"
1 ---
2 eclass/python-r1.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
6 index de83bb5..92fa5de 100644
7 --- a/eclass/python-r1.eclass
8 +++ b/eclass/python-r1.eclass
9 @@ -63,6 +63,7 @@ elif [[ ${_PYTHON_ANY_R1} ]]; then
10 die 'python-r1.eclass can not be used with python-any-r1.eclass.'
11 fi
12
13 +[[ ${EAPI} == [45] ]] && inherit eutils
14 inherit multibuild python-utils-r1
15
16 # @ECLASS-VARIABLE: PYTHON_COMPAT
17 --
18 2.6.3