--- eclass/distutils-r1.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index e55e2e4..6054f27 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -691,6 +691,8 @@ _distutils-r1_run_foreach_impl() { debug-print-function ${FUNCNAME} "${@}" if [[ ${DISTUTILS_NO_PARALLEL_BUILD} ]]; then + [[ ${EAPI} == [45] ]] || die "DISTUTILS_NO_PARALLEL_BUILD is banned in EAPI ${EAPI}" + eqawarn "DISTUTILS_NO_PARALLEL_BUILD is no longer meaningful. Now all builds" eqawarn "are non-parallel. Please remove it from the ebuild." -- 2.6.3
- [gentoo-dev] [PATCH 15/29] multibuild.eclass: Ban multibuil... Michał Górny
- [gentoo-dev] [PATCH 17/29] python-r1.eclass: Ban python_par... Michał Górny
- [gentoo-dev] [PATCH 18/29] python-r1.eclass: Ban python_exp... Michał Górny
- [gentoo-dev] [PATCH 16/29] multibuild.eclass: Enable EAPI 6 Michał Górny
- [gentoo-dev] [PATCH 20/29] python-r1.eclass: Enable EAPI 6 Michał Górny
- [gentoo-dev] [PATCH 19/29] python-r1.eclass: Fix missing ex... Michał Górny
- [gentoo-dev] [PATCH 23/29] distutils-r1.eclass: Ban no-op d... Michał Górny
- [gentoo-dev] [PATCH 22/29] distutils-r1.eclass: Use default... Michał Górny
- [gentoo-dev] [PATCH 24/29] distutils-r1.eclass: Make pypy/s... Michał Górny
- [gentoo-dev] [PATCH 21/29] distutils-r1.eclass: esetup.py, ... Michał Górny
- [gentoo-dev] [PATCH 26/29] distutils-r1.eclass: Ban DISTUTI... Michał Górny
- [gentoo-dev] [PATCH 27/29] distutils-r1.eclass: Make defaul... Michał Górny
- [gentoo-dev] [PATCH 28/29] distutils-r1.eclass: Remove unne... Michał Górny
- [gentoo-dev] [PATCH 25/29] distutils-r1.eclass: Ban EXAMPLE... Michał Górny
- [gentoo-dev] [PATCH 29/29] distutils-r1.eclass: Enable EAPI... Michał Górny
- [gentoo-dev] [PATCH 1/2] python-utils-r1.eclass: python_fix... Michał Górny