commit: b78b8bbc63df017492b555c79695c14fa518ce53
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 15:00:28 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 15:14:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78b8bbc
dev-python/pycparser: Revert "force -j1"
This does not affect the build in any way, we need to find the actual
issue.
Reverts: 9cab7f29a9f1ecd74c9e873b344fba255cbb390f
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pycparser/pycparser-2.21-r1.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-python/pycparser/pycparser-2.21-r1.ebuild
b/dev-python/pycparser/pycparser-2.21-r1.ebuild
index 3b32ad92c905..1b0d8e6f6901 100644
--- a/dev-python/pycparser/pycparser-2.21-r1.ebuild
+++ b/dev-python/pycparser/pycparser-2.21-r1.ebuild
@@ -43,9 +43,6 @@ python_prepare_all() {
rm tests/test_examples.py || die
- # bug #701878
- MAKEOPTS+=" -j1"
-
distutils-r1_python_prepare_all
}