app-office/gnucash: Really pass variables to gnome2_src_install
authorPacho Ramos <pacho@gentoo.org>
Sat, 4 Feb 2017 18:38:26 +0000 (19:38 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sat, 4 Feb 2017 18:39:01 +0000 (19:39 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

app-office/gnucash/gnucash-2.6.15-r1.ebuild
app-office/gnucash/gnucash-2.6.15.ebuild

index 9707d62a532429f6a3a782ad04b3cdae9bc40463..fd5767cd5616e50d6b195e1b8b7c689182f83992 100644 (file)
@@ -101,7 +101,9 @@ src_configure() {
 
 src_install() {
        # Parallel installation fails from time to time, bug #359123
-       gnome2_src_install -j1 GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF}
+       # Usually reproducible after removing any gnucash installed copy
+       MAKEOPTS="${MAKEOPTS} -j1" GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF} \
+       gnome2_src_install
 
        rm -rf "${ED}"/usr/share/doc/${PF}/{examples/,COPYING,INSTALL,*win32-bin.txt,projects.html}
        mv "${ED}"/usr/share/doc/${PF} "${T}"/cantuseprepalldocs || die
index 613dc570689012b8e38f18f8ceb11a69cd4f13b2..e4b71b03a41bd5713caae4f8ad0b0e31ae7c7a4b 100644 (file)
@@ -102,7 +102,9 @@ src_configure() {
 
 src_install() {
        # Parallel installation fails from time to time, bug #359123
-       gnome2_src_install -j1 GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF}
+       # Usually reproducible after removing any gnucash installed copy
+       MAKEOPTS="${MAKEOPTS} -j1" GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF} \
+       gnome2_src_install
 
        rm -rf "${ED}"/usr/share/doc/${PF}/{examples/,COPYING,INSTALL,*win32-bin.txt,projects.html}
        mv "${ED}"/usr/share/doc/${PF} "${T}"/cantuseprepalldocs || die