Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 28 Nov 2015 19:10:21
Message-Id: 1448737746.e9dc926d4fcb419f04073374095ac1214c0bc0e0.mgorny@gentoo
1 commit: e9dc926d4fcb419f04073374095ac1214c0bc0e0
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: Sat Nov 28 19:09:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9dc926d
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."