Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/
Date: Fri, 29 Jan 2016 09:09:24
Message-Id: 1454058555.8e19a0a69461674621297d0d902507ed7976fdff.jlec@gentoo
1 commit: 8e19a0a69461674621297d0d902507ed7976fdff
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 09:09:07 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 09:09:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e19a0a6
7
8 dev-python/numpy: Build sequential if python3.5 is involved
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573222
11
12 Package-Manager: portage-2.2.27
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/numpy/numpy-1.10.4.ebuild | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-python/numpy/numpy-1.10.4.ebuild b/dev-python/numpy/numpy-1.10.4.ebuild
19 index 6409428..310c4c6 100644
20 --- a/dev-python/numpy/numpy-1.10.4.ebuild
21 +++ b/dev-python/numpy/numpy-1.10.4.ebuild
22 @@ -117,7 +117,9 @@ python_prepare_all() {
23 }
24
25 python_compile() {
26 - distutils-r1_python_compile -j $(makeopts_jobs) ${NUMPY_FCONFIG}
27 + distutils-r1_python_compile \
28 + $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
29 + ${NUMPY_FCONFIG}
30 }
31
32 python_test() {