summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-20 13:42:59 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-29 23:53:35 +0200
commitb003a0e3df0d7e65a9123bf3d723bd8f9aef7f4e (patch)
tree747352ee8c78019706183499e4fa11e97d75f362 /eclass/distutils-r1.eclass
parentpython-r1.eclass: Remove deprecated python_parallel_foreach_impl (diff)
downloadgentoo-b003a0e3df0d7e65a9123bf3d723bd8f9aef7f4e.tar.gz
gentoo-b003a0e3df0d7e65a9123bf3d723bd8f9aef7f4e.tar.bz2
gentoo-b003a0e3df0d7e65a9123bf3d723bd8f9aef7f4e.zip
distutils-r1.eclass: Remove QA-warning for DISTUTILS_NO_PARALLEL_BUILD
The variable was deprecated and the warning put in place in Dec 2014. It is no longer used in any ebuild in ::gentoo.
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r--eclass/distutils-r1.eclass9
1 files changed, 0 insertions, 9 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 6078fb6d52b7..e79f86bab12d 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -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 "${@}"