Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/
Date: Fri, 05 Jun 2020 13:57:19
Message-Id: 1591365423.a733913255769e9d8fc19210f5d910177ce373b5.mgorny@gentoo
1 commit: a733913255769e9d8fc19210f5d910177ce373b5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 5 13:51:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 5 13:57:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7339132
7
8 sys-devel/distcc: Force -j1 for install
9
10 Closes: https://bugs.gentoo.org/727152
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 sys-devel/distcc/distcc-3.3.3-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/distcc/distcc-3.3.3-r1.ebuild b/sys-devel/distcc/distcc-3.3.3-r1.ebuild
17 index 700f331aa62..f4d8d84f5ec 100644
18 --- a/sys-devel/distcc/distcc-3.3.3-r1.ebuild
19 +++ b/sys-devel/distcc/distcc-3.3.3-r1.ebuild
20 @@ -96,7 +96,7 @@ src_test() {
21
22 src_install() {
23 # override GZIP_BIN to stop it from compressing manpages
24 - emake DESTDIR="${D}" GZIP_BIN=false install
25 + emake -j1 DESTDIR="${D}" GZIP_BIN=false install
26 python_optimize
27
28 newinitd "${FILESDIR}/distccd.initd" distccd