From fe245c5775271cd7bbf40c8384ab08dd0eaaf954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 6 Jul 2020 13:30:19 +0200 Subject: dev-python/pytables: Fix parallel build failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytables/pytables-3.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/pytables/pytables-3.6.1.ebuild b/dev-python/pytables/pytables-3.6.1.ebuild index abe2b97d2fe5..bbf468920d02 100644 --- a/dev-python/pytables/pytables-3.6.1.ebuild +++ b/dev-python/pytables/pytables-3.6.1.ebuild @@ -56,7 +56,7 @@ python_compile() { local -x CFLAGS="${CFLAGS}" append-cflags -fno-strict-aliasing fi - distutils-r1_python_compile + distutils-r1_python_compile -j1 } python_test() { -- cgit v1.2.3