From: Michał Górny Date: Wed, 12 Feb 2020 10:36:37 +0000 (+0100) Subject: dev-python/zstandard: Backport parallel build workaround to 0.12.0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=01f2fafb1b67a07310021deafbda3e48e3462592;p=gentoo.git dev-python/zstandard: Backport parallel build workaround to 0.12.0 Closes: https://bugs.gentoo.org/709296 Signed-off-by: Michał Górny --- diff --git a/dev-python/zstandard/zstandard-0.12.0.ebuild b/dev-python/zstandard/zstandard-0.12.0.ebuild index cad7581663c9..54dced7cd69c 100644 --- a/dev-python/zstandard/zstandard-0.12.0.ebuild +++ b/dev-python/zstandard/zstandard-0.12.0.ebuild @@ -22,6 +22,11 @@ DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )" +python_compile() { + local MAKEOPTS=-j1 + distutils-r1_python_compile +} + python_test() { esetup.py test }