app-office/gnucash: Put -j1 back in for install
authorAaron W. Swenson <titanofold@gentoo.org>
Mon, 22 Jan 2018 11:12:44 +0000 (06:12 -0500)
committerAaron W. Swenson <titanofold@gentoo.org>
Mon, 22 Jan 2018 11:13:15 +0000 (06:13 -0500)
Closes: https://bugs.gentoo.org/645198
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-office/gnucash/gnucash-2.7.3.ebuild

index 9bf87b6b7157967fe58e38472006656b4277b4ed..1dacaa9f6593ac26669cf5d78b4f0bc215ec3f5f 100644 (file)
@@ -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