commit:     6628308541c73537f87e1c3cdb21fb85edaa27fa
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 09:08:25 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=66283085

sci-libs/scipy: Build sequential if python3.5 is involved

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

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/scipy/scipy-0.17.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-libs/scipy/scipy-0.17.0.ebuild 
b/sci-libs/scipy/scipy-0.17.0.ebuild
index 5f5776b..0982223 100644
--- a/sci-libs/scipy/scipy-0.17.0.ebuild
+++ b/sci-libs/scipy/scipy-0.17.0.ebuild
@@ -109,7 +109,9 @@ python_prepare_all() {
 
 python_compile() {
        ${EPYTHON} tools/cythonize.py || die
-       distutils-r1_python_compile -j $(makeopts_jobs) ${SCIPY_FCONFIG}
+       distutils-r1_python_compile \
+               $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
+               ${SCIPY_FCONFIG}
 }
 
 python_test() {

Reply via email to