From: Sébastien Fabbro Date: Mon, 17 Jul 2017 21:58:06 +0000 (+0000) Subject: net-libs/pacparser: bundled spidermonkey tricky to build in parallel. revert to -j1. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=028362edec851f5bf85c99826b827416a65eaaca;p=gentoo.git net-libs/pacparser: bundled spidermonkey tricky to build in parallel. revert to -j1. Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- 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 }