summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-05 15:51:59 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-05 15:57:03 +0200
commita733913255769e9d8fc19210f5d910177ce373b5 (patch)
tree6966fbb98311b6dc219a39e5c9b6cbb9845037b5
parentdev-python/jaraco-envs: Add dep on toml (diff)
downloadgentoo-a733913255769e9d8fc19210f5d910177ce373b5.tar.gz
gentoo-a733913255769e9d8fc19210f5d910177ce373b5.tar.bz2
gentoo-a733913255769e9d8fc19210f5d910177ce373b5.zip
sys-devel/distcc: Force -j1 for install
Closes: https://bugs.gentoo.org/727152 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-devel/distcc/distcc-3.3.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/distcc/distcc-3.3.3-r1.ebuild b/sys-devel/distcc/distcc-3.3.3-r1.ebuild
index 700f331aa62b..f4d8d84f5eca 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