From addcc56755a54b869f591100c87bf98152e2fd21 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 16 Dec 2019 11:09:56 +0100 Subject: [PATCH] dev-python/psutil: Force -j1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/psutil/psutil-5.6.7.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/psutil/psutil-5.6.7.ebuild b/dev-python/psutil/psutil-5.6.7.ebuild index 4d56ce828c32..35ea4c888d6f 100644 --- a/dev-python/psutil/psutil-5.6.7.ebuild +++ b/dev-python/psutil/psutil-5.6.7.ebuild @@ -39,3 +39,9 @@ python_test() { TRAVIS=1 APPVEYOR=1 "${EPYTHON}" psutil/tests/__main__.py || die "tests failed with ${EPYTHON}" } + +python_compile() { + # force -j1 to avoid .o linking race conditions + local MAKEOPTS=-j1 + distutils-r1_python_compile +} -- 2.26.2