dev-python/numpy: force MAKEOPTS=-j1

Looks like nobody cares. To allow users to build that package in
the meanwhile, let's force MAKEOPTS=-j1.

Bug: https://bugs.gentoo.org/660754
Package-Manager: Portage-2.3.49, Repoman-2.3.10
This commit is contained in:
Thomas Deutschmann
2018-09-20 14:50:41 +02:00
parent c1121e7e4f
commit 0b5b4b4c87
4 changed files with 8 additions and 0 deletions

View File

@@ -114,6 +114,8 @@ python_prepare_all() {
}
python_compile() {
export MAKEOPTS=-j1 # bug #660754
local python_makeopts_jobs=""
python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)"
distutils-r1_python_compile \