From: Michał Górny Date: Mon, 16 Dec 2019 10:09:56 +0000 (+0100) Subject: dev-python/psutil: Force -j1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=addcc56755a54b869f591100c87bf98152e2fd21;p=gentoo.git dev-python/psutil: Force -j1 Signed-off-by: Michał Górny --- 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 +}