commit:     9cab7f29a9f1ecd74c9e873b344fba255cbb390f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  6 05:26:31 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  6 05:26:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cab7f29

dev-python/pycparser: force -j1

Closes: https://bugs.gentoo.org/701878
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pycparser/pycparser-2.21-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/pycparser/pycparser-2.21-r1.ebuild 
b/dev-python/pycparser/pycparser-2.21-r1.ebuild
index 1b0d8e6f6901..3b32ad92c905 100644
--- a/dev-python/pycparser/pycparser-2.21-r1.ebuild
+++ b/dev-python/pycparser/pycparser-2.21-r1.ebuild
@@ -43,6 +43,9 @@ python_prepare_all() {
 
        rm tests/test_examples.py || die
 
+       # bug #701878
+       MAKEOPTS+=" -j1"
+
        distutils-r1_python_prepare_all
 }
 

Reply via email to