Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/
Date: Wed, 01 Jan 2020 11:59:16
Message-Id: 1577879939.cee3e92674e3df672cf73f734edad8397be8b8f8.soap@gentoo
1 commit: cee3e92674e3df672cf73f734edad8397be8b8f8
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 11:58:59 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 11:58:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee3e926
7
8 dev-python/matplotlib: Force -j1 building
9
10 Closes: https://bugs.gentoo.org/704218
11 Closes: https://bugs.gentoo.org/704240
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 dev-python/matplotlib/matplotlib-2.2.4.ebuild | 7 ++++---
16 1 file changed, 4 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-python/matplotlib/matplotlib-2.2.4.ebuild b/dev-python/matplotlib/matplotlib-2.2.4.ebuild
19 index 7b3a575fbf1..98fc369a8b4 100644
20 --- a/dev-python/matplotlib/matplotlib-2.2.4.ebuild
21 +++ b/dev-python/matplotlib/matplotlib-2.2.4.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -210,13 +210,14 @@ python_configure() {
29 }
30
31 wrap_setup() {
32 - local -x MPLSETUPCFG=${BUILD_DIR}/setup.cfg
33 + local MAKEOPTS=-j1
34 + local -x MPLSETUPCFG="${BUILD_DIR}"/setup.cfg
35 unset DISPLAY
36 "$@"
37 }
38
39 python_compile() {
40 - wrap_setup distutils-r1_python_compile -j1 --build-lib="${BUILD_DIR}"/lib
41 + wrap_setup distutils-r1_python_compile --build-lib="${BUILD_DIR}"/lib
42 }
43
44 python_compile_all() {