summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2017-07-17 21:58:06 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2017-07-18 16:09:43 +0000
commit028362edec851f5bf85c99826b827416a65eaaca (patch)
tree81e2dc13307263668fb9134d0e7c79bbcdbcb4fa /net-libs
parentnet-libs/pacparser: version bump (diff)
downloadgentoo-028362edec851f5bf85c99826b827416a65eaaca.tar.gz
gentoo-028362edec851f5bf85c99826b827416a65eaaca.tar.bz2
gentoo-028362edec851f5bf85c99826b827416a65eaaca.zip
net-libs/pacparser: bundled spidermonkey tricky to build in parallel. revert to -j1.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/pacparser/pacparser-1.3.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/pacparser/pacparser-1.3.7.ebuild b/net-libs/pacparser/pacparser-1.3.7.ebuild
index 08330b53c6a7..7256ae1e8a84 100644
--- a/net-libs/pacparser/pacparser-1.3.7.ebuild
+++ b/net-libs/pacparser/pacparser-1.3.7.ebuild
@@ -39,7 +39,7 @@ src_compile() {
emake -C src spidermonkey/js/src
sed -e '/CC = gcc/d' \
-i src/spidermonkey/js/src/config/Linux_All.mk || die
- emake -C src
+ emake -j1 -C src
use python && python_foreach_impl emake -C src pymod
}