commit:     e8c17a01a6632df5bd1f1435860f0681da5d0fc4
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 11:12:44 2018 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 11:13:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c17a01

app-office/gnucash: Put -j1 back in for install

Closes: https://bugs.gentoo.org/645198
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-office/gnucash/gnucash-2.7.3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-office/gnucash/gnucash-2.7.3.ebuild 
b/app-office/gnucash/gnucash-2.7.3.ebuild
index 9bf87b6b715..1dacaa9f659 100644
--- a/app-office/gnucash/gnucash-2.7.3.ebuild
+++ b/app-office/gnucash/gnucash-2.7.3.ebuild
@@ -131,7 +131,9 @@ src_test() {
 }
 
 src_install() {
-       gnome2_src_install
+       # Parallel installation fails from time to time, bug #359123
+       # Usually reproducible after removing any gnucash installed copy
+       MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_install
 
        rm "${ED}"/usr/share/doc/${PF}/{COPYING,INSTALL,projects.html} || die
        rm "${ED}"/usr/share/doc/${PF}/*win32-bin.txt || die

Reply via email to