commit:     8e19a0a69461674621297d0d902507ed7976fdff
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 09:09:07 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 09:09:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e19a0a6

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 <AT> gentoo.org>

 dev-python/numpy/numpy-1.10.4.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/numpy/numpy-1.10.4.ebuild 
b/dev-python/numpy/numpy-1.10.4.ebuild
index 6409428..310c4c6 100644
--- a/dev-python/numpy/numpy-1.10.4.ebuild
+++ b/dev-python/numpy/numpy-1.10.4.ebuild
@@ -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() {

Reply via email to