summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2018-01-22 06:12:44 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2018-01-22 06:13:15 -0500
commite8c17a01a6632df5bd1f1435860f0681da5d0fc4 (patch)
tree5925d0a9f71d19836c8ece25bcec555a5a290a5b /app-office/gnucash
parentnet-fs/samba: x86 stable (bug #639024) (diff)
downloadgentoo-e8c17a01a6632df5bd1f1435860f0681da5d0fc4.tar.gz
gentoo-e8c17a01a6632df5bd1f1435860f0681da5d0fc4.tar.bz2
gentoo-e8c17a01a6632df5bd1f1435860f0681da5d0fc4.zip
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
Diffstat (limited to 'app-office/gnucash')
-rw-r--r--app-office/gnucash/gnucash-2.7.3.ebuild4
1 files changed, 3 insertions, 1 deletions
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