diff options
author | David Seifert <soap@gentoo.org> | 2020-01-01 12:58:59 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-01 12:58:59 +0100 |
commit | cee3e92674e3df672cf73f734edad8397be8b8f8 (patch) | |
tree | d7a920fabb0ee1660852aa2084c9484b4bfff502 /dev-python | |
parent | dev-libs/apr-util: Removed old (diff) | |
download | gentoo-cee3e92674e3df672cf73f734edad8397be8b8f8.tar.gz gentoo-cee3e92674e3df672cf73f734edad8397be8b8f8.tar.bz2 gentoo-cee3e92674e3df672cf73f734edad8397be8b8f8.zip |
dev-python/matplotlib: Force -j1 building
Closes: https://bugs.gentoo.org/704218
Closes: https://bugs.gentoo.org/704240
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/matplotlib/matplotlib-2.2.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/matplotlib/matplotlib-2.2.4.ebuild b/dev-python/matplotlib/matplotlib-2.2.4.ebuild index 7b3a575fbf15..98fc369a8b40 100644 --- a/dev-python/matplotlib/matplotlib-2.2.4.ebuild +++ b/dev-python/matplotlib/matplotlib-2.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -210,13 +210,14 @@ python_configure() { } wrap_setup() { - local -x MPLSETUPCFG=${BUILD_DIR}/setup.cfg + local MAKEOPTS=-j1 + local -x MPLSETUPCFG="${BUILD_DIR}"/setup.cfg unset DISPLAY "$@" } python_compile() { - wrap_setup distutils-r1_python_compile -j1 --build-lib="${BUILD_DIR}"/lib + wrap_setup distutils-r1_python_compile --build-lib="${BUILD_DIR}"/lib } python_compile_all() { |