commit:     a733913255769e9d8fc19210f5d910177ce373b5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  5 13:51:59 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun  5 13:57:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7339132

sys-devel/distcc: Force -j1 for install

Closes: https://bugs.gentoo.org/727152
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-devel/distcc/distcc-3.3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/distcc/distcc-3.3.3-r1.ebuild 
b/sys-devel/distcc/distcc-3.3.3-r1.ebuild
index 700f331aa62..f4d8d84f5ec 100644
--- a/sys-devel/distcc/distcc-3.3.3-r1.ebuild
+++ b/sys-devel/distcc/distcc-3.3.3-r1.ebuild
@@ -96,7 +96,7 @@ src_test() {
 
 src_install() {
        # override GZIP_BIN to stop it from compressing manpages
-       emake DESTDIR="${D}" GZIP_BIN=false install
+       emake -j1 DESTDIR="${D}" GZIP_BIN=false install
        python_optimize
 
        newinitd "${FILESDIR}/distccd.initd" distccd

Reply via email to