From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A903138239 for ; Wed, 1 Jan 2020 11:59:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B119DE09AB; Wed, 1 Jan 2020 11:59:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75EE7E09AB for ; Wed, 1 Jan 2020 11:59:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35A3334DB63 for ; Wed, 1 Jan 2020 11:59:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8024217 for ; Wed, 1 Jan 2020 11:59:12 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1577879939.cee3e92674e3df672cf73f734edad8397be8b8f8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matplotlib/matplotlib-2.2.4.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: cee3e92674e3df672cf73f734edad8397be8b8f8 X-VCS-Branch: master Date: Wed, 1 Jan 2020 11:59:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c546e03-a0f9-4e1d-8639-c61320e2f651 X-Archives-Hash: 02b5287c691c730d0b69249c572627cc commit: cee3e92674e3df672cf73f734edad8397be8b8f8 Author: David Seifert gentoo org> AuthorDate: Wed Jan 1 11:58:59 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Jan 1 11:58:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee3e926 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 gentoo.org> dev-python/matplotlib/matplotlib-2.2.4.ebuild | 7 ++++--- 1 file 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 7b3a575fbf1..98fc369a8b4 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() {