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 08/29] python-utils-r1.eclass: Remove unneeded multilib inherit in EAPI 6
Date: Sun, 22 Nov 2015 19:55:33
Message-Id: 1448221870-17269-9-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-utils-r1.eclass | 4 ++--
3 1 file changed, 2 insertions(+), 2 deletions(-)
4
5 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
6 index d8ced41..59e8799 100644
7 --- a/eclass/python-utils-r1.eclass
8 +++ b/eclass/python-utils-r1.eclass
9 @@ -33,8 +33,8 @@ fi
10
11 if [[ ! ${_PYTHON_UTILS_R1} ]]; then
12
13 -[[ ${EAPI:-0} == [012345] ]] && inherit eutils
14 -inherit multilib toolchain-funcs
15 +[[ ${EAPI:-0} == [012345] ]] && inherit eutils multilib
16 +inherit toolchain-funcs
17
18 # @ECLASS-VARIABLE: _PYTHON_ALL_IMPLS
19 # @INTERNAL
20 --
21 2.6.3