distutils-r1.eclass: Remove QA-warning for DISTUTILS_NO_PARALLEL_BUILD
authorMichał Górny <mgorny@gentoo.org>
Sat, 20 May 2017 11:42:59 +0000 (13:42 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 29 May 2017 21:53:35 +0000 (23:53 +0200)
The variable was deprecated and the warning put in place in Dec 2014. It
is no longer used in any ebuild in ::gentoo.

eclass/distutils-r1.eclass

index 6078fb6d52b7010f11650e790e6f1e87ca07ed3b..e79f86bab12d48cb8d13b03564c024c20c4c8dc9 100644 (file)
@@ -696,15 +696,6 @@ _distutils-r1_run_common_phase() {
 _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."
-
-               unset DISTUTILS_NO_PARALLEL_BUILD # avoid repeated warnings
-       fi
-
        # store for restoring after distutils-r1_run_phase.
        local _DISTUTILS_INITIAL_CWD=${PWD}
        set -- distutils-r1_run_phase "${@}"