summaryrefslogtreecommitdiff
path: root/dev-python/pycparser/pycparser-2.21-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pycparser/pycparser-2.21-r1.ebuild')
-rw-r--r--dev-python/pycparser/pycparser-2.21-r1.ebuild3
1 files changed, 3 insertions, 0 deletions
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
}