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:17:08
Message-Id: 1448629572.bd5ef26c9fa675547fdccc3462beca02404d8d3d.mgorny@gentoo
1 commit: bd5ef26c9fa675547fdccc3462beca02404d8d3d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 18 22:02:39 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 13:06:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5ef26c
7
8 distutils-r1.eclass: Remove unnecessary eutils inherit in EAPI 6
9
10 eclass/distutils-r1.eclass | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
14 index b249985..7ebcaa5 100644
15 --- a/eclass/distutils-r1.eclass
16 +++ b/eclass/distutils-r1.eclass
17 @@ -79,7 +79,8 @@ esac
18
19 if [[ ! ${_DISTUTILS_R1} ]]; then
20
21 -inherit eutils toolchain-funcs
22 +[[ ${EAPI} == [45] ]] && inherit eutils
23 +inherit toolchain-funcs
24
25 if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then
26 inherit multiprocessing python-r1