dev-python/matplotlib: Force single-threaded build

Avoids reliable messages along the lines of:

/src/py_converters.o: file not recognized: file truncated
collect2: error: ld returned 1 exit status
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
Patrick Lauer
2019-12-29 16:10:42 +00:00
parent 817df86ab2
commit d4b96f3a5d

View File

@@ -216,7 +216,7 @@ wrap_setup() {
}
python_compile() {
wrap_setup distutils-r1_python_compile --build-lib="${BUILD_DIR}"/lib
wrap_setup distutils-r1_python_compile -j1 --build-lib="${BUILD_DIR}"/lib
}
python_compile_all() {