summaryrefslogtreecommitdiff
path: root/sys-cluster/csync2
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-10-03 11:07:06 +0200
committerPacho Ramos <pacho@gentoo.org>2015-10-03 11:07:06 +0200
commit2adcf4d448e7179b04533a37014e7d2d3e094488 (patch)
tree029bbb6a041cca90f3504a0d4c80170252aa2108 /sys-cluster/csync2
parentda3aadab245927722168f6d9adaa0513d39c1afb (diff)
downloadgentoo-2adcf4d448e7179b04533a37014e7d2d3e094488.tar.gz
gentoo-2adcf4d448e7179b04533a37014e7d2d3e094488.tar.xz
sys-cluster/csync2: Parallel install fails (#561382 by ago)
Package-Manager: portage-2.2.22
Diffstat (limited to 'sys-cluster/csync2')
-rw-r--r--sys-cluster/csync2/csync2-2.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/csync2/csync2-2.0.ebuild b/sys-cluster/csync2/csync2-2.0.ebuild
index 3c9e9370fbe..eb03c851098 100644
--- a/sys-cluster/csync2/csync2-2.0.ebuild
+++ b/sys-cluster/csync2/csync2-2.0.ebuild
@@ -39,7 +39,8 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install
+ # Parallel install fails, bug #561382
+ emake -j1 DESTDIR="${D}" install
if use xinetd ; then
insinto /etc/xinetd.d