commit: fe245c5775271cd7bbf40c8384ab08dd0eaaf954
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 6 11:30:19 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 6 11:38:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe245c57
dev-python/pytables: Fix parallel build failure
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytables/pytables-3.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytables/pytables-3.6.1.ebuild
b/dev-python/pytables/pytables-3.6.1.ebuild
index abe2b97d2fe..bbf468920d0 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() {