Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:python-eapi6 commit in: eclass/
Date: Fri, 27 Nov 2015 13:16:51
Message-Id: 1448629517.252f5f92560f1eb2c824eeecb7f3445c38413db8.mgorny@gentoo
1 commit: 252f5f92560f1eb2c824eeecb7f3445c38413db8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 18 19:31:10 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 13:05:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252f5f92
7
8 python-utils-r1.eclass: Remove unneeded multilib inherit in EAPI 6
9
10 eclass/python-utils-r1.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
14 index d9cb4ad..cb22680 100644
15 --- a/eclass/python-utils-r1.eclass
16 +++ b/eclass/python-utils-r1.eclass
17 @@ -33,8 +33,8 @@ fi
18
19 if [[ ! ${_PYTHON_UTILS_R1} ]]; then
20
21 -[[ ${EAPI:-0} == [012345] ]] && inherit eutils
22 -inherit multilib toolchain-funcs
23 +[[ ${EAPI:-0} == [012345] ]] && inherit eutils multilib
24 +inherit toolchain-funcs
25
26 # @ECLASS-VARIABLE: _PYTHON_ALL_IMPLS
27 # @INTERNAL