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: Thu, 26 Nov 2015 22:35:45
Message-Id: 1448577204.7768fdd1023e84ab4e51671cf1efc2ffcf1c8642.mgorny@gentoo
1 commit: 7768fdd1023e84ab4e51671cf1efc2ffcf1c8642
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 18 21:28:48 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 26 22:33:24 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7768fdd1
7
8 python-r1.eclass: Fix missing explicit eutils inherit for EAPI < 6
9
10 eclass/python-r1.eclass | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
14 index de83bb5..92fa5de 100644
15 --- a/eclass/python-r1.eclass
16 +++ b/eclass/python-r1.eclass
17 @@ -63,6 +63,7 @@ elif [[ ${_PYTHON_ANY_R1} ]]; then
18 die 'python-r1.eclass can not be used with python-any-r1.eclass.'
19 fi
20
21 +[[ ${EAPI} == [45] ]] && inherit eutils
22 inherit multibuild python-utils-r1
23
24 # @ECLASS-VARIABLE: PYTHON_COMPAT