From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6DB3139085 for ; Sat, 4 Feb 2017 18:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8E31E0ECF; Sat, 4 Feb 2017 18:39:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA198E0ECF for ; Sat, 4 Feb 2017 18:39:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EECC0341586 for ; Sat, 4 Feb 2017 18:39:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAB2D3CE6 for ; Sat, 4 Feb 2017 18:39:06 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1486233541.e8a9fae823802beb44c7b0261f9bf18147169bcd.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/gnucash/gnucash-2.6.15-r1.ebuild app-office/gnucash/gnucash-2.6.15.ebuild X-VCS-Directories: app-office/gnucash/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e8a9fae823802beb44c7b0261f9bf18147169bcd X-VCS-Branch: master Date: Sat, 4 Feb 2017 18:39:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a9ed365f-4fec-4540-8805-d5415f9593b1 X-Archives-Hash: a65d51ba5c66f12b2e5c5dd1ba1d5a99 commit: e8a9fae823802beb44c7b0261f9bf18147169bcd Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 4 18:38:26 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 4 18:39:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a9fae8 app-office/gnucash: Really pass variables to gnome2_src_install Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-office/gnucash/gnucash-2.6.15-r1.ebuild | 4 +++- app-office/gnucash/gnucash-2.6.15.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-office/gnucash/gnucash-2.6.15-r1.ebuild b/app-office/gnucash/gnucash-2.6.15-r1.ebuild index 9707d62..fd5767c 100644 --- a/app-office/gnucash/gnucash-2.6.15-r1.ebuild +++ b/app-office/gnucash/gnucash-2.6.15-r1.ebuild @@ -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 diff --git a/app-office/gnucash/gnucash-2.6.15.ebuild b/app-office/gnucash/gnucash-2.6.15.ebuild index 613dc57..e4b71b0 100644 --- a/app-office/gnucash/gnucash-2.6.15.ebuild +++ b/app-office/gnucash/gnucash-2.6.15.ebuild @@ -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