commit:     2adcf4d448e7179b04533a37014e7d2d3e094488
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  3 09:07:06 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 09:07:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2adcf4d4

sys-cluster/csync2: Parallel install fails (#561382 by ago)

Package-Manager: portage-2.2.22

 sys-cluster/csync2/csync2-2.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/csync2/csync2-2.0.ebuild 
b/sys-cluster/csync2/csync2-2.0.ebuild
index 3c9e937..eb03c85 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

Reply via email to