From e8c17a01a6632df5bd1f1435860f0681da5d0fc4 Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Mon, 22 Jan 2018 06:12:44 -0500 Subject: [PATCH] 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 9bf87b6b7157..1dacaa9f6593 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 -- 2.26.2