dev-python/numpy: Build sequential if python3.5 is involved

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573222

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2016-01-29 10:09:07 +01:00
parent 6628308541
commit 8e19a0a694

View File

@@ -117,7 +117,9 @@ python_prepare_all() {
}
python_compile() {
distutils-r1_python_compile -j $(makeopts_jobs) ${NUMPY_FCONFIG}
distutils-r1_python_compile \
$(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
${NUMPY_FCONFIG}
}
python_test() {