diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-22 16:00:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-23 16:14:25 +0100 |
commit | b78b8bbc63df017492b555c79695c14fa518ce53 (patch) | |
tree | 641fb7d5f66d7a1468cb7554eb9704e8c8e338e6 /dev-python/pycparser | |
parent | sys-devel/llvm: Fix typo in tc-is-gcc (diff) | |
download | gentoo-b78b8bbc63df017492b555c79695c14fa518ce53.tar.gz gentoo-b78b8bbc63df017492b555c79695c14fa518ce53.tar.bz2 gentoo-b78b8bbc63df017492b555c79695c14fa518ce53.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/pycparser')
-rw-r--r-- | dev-python/pycparser/pycparser-2.21-r1.ebuild | 3 |
1 files changed, 0 insertions, 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 } |