From 028362edec851f5bf85c99826b827416a65eaaca Mon Sep 17 00:00:00 2001 From: Sébastien Fabbro Date: Mon, 17 Jul 2017 21:58:06 +0000 Subject: net-libs/pacparser: bundled spidermonkey tricky to build in parallel. revert to -j1. Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- net-libs/pacparser/pacparser-1.3.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-libs/pacparser/pacparser-1.3.7.ebuild') 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 } -- cgit v1.2.3-65-gdbad