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: 1448629567.4c2f63ea7c704fc6b5d0a9860b5ba97dfa020ca2.mgorny@gentoo
1 commit: 4c2f63ea7c704fc6b5d0a9860b5ba97dfa020ca2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 18 21:58:19 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 13:06:07 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2f63ea
7
8 distutils-r1.eclass: Ban DISTUTILS_NO_PARALLEL_BUILD in EAPI 6
9
10 eclass/distutils-r1.eclass | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
14 index 1cf2a49..551bc09 100644
15 --- a/eclass/distutils-r1.eclass
16 +++ b/eclass/distutils-r1.eclass
17 @@ -693,6 +693,8 @@ _distutils-r1_run_foreach_impl() {
18 debug-print-function ${FUNCNAME} "${@}"
19
20 if [[ ${DISTUTILS_NO_PARALLEL_BUILD} ]]; then
21 + [[ ${EAPI} == [45] ]] || die "DISTUTILS_NO_PARALLEL_BUILD is banned in EAPI ${EAPI}"
22 +
23 eqawarn "DISTUTILS_NO_PARALLEL_BUILD is no longer meaningful. Now all builds"
24 eqawarn "are non-parallel. Please remove it from the ebuild."