commit:     028362edec851f5bf85c99826b827416a65eaaca
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 21:58:06 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 16:09:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028362ed

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(-)

diff --git a/net-libs/pacparser/pacparser-1.3.7.ebuild 
b/net-libs/pacparser/pacparser-1.3.7.ebuild
index 08330b53c6a..7256ae1e8a8 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
 }
 

Reply via email to