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 66D541382C5 for ; Mon, 22 Jan 2018 11:15:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6566CE088B; Mon, 22 Jan 2018 11:14:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45962E088B for ; Mon, 22 Jan 2018 11:14:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62732335C4B for ; Mon, 22 Jan 2018 11:14:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E69811A4 for ; Mon, 22 Jan 2018 11:14:56 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1516619595.e8c17a01a6632df5bd1f1435860f0681da5d0fc4.titanofold@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.7.3.ebuild X-VCS-Directories: app-office/gnucash/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: e8c17a01a6632df5bd1f1435860f0681da5d0fc4 X-VCS-Branch: master Date: Mon, 22 Jan 2018 11:14:56 +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: 1697eef2-f036-4114-aa5c-2ee7ff7927b9 X-Archives-Hash: 863c3802301d4586d2986b750cd54da1 commit: e8c17a01a6632df5bd1f1435860f0681da5d0fc4 Author: Aaron W. Swenson gentoo org> AuthorDate: Mon Jan 22 11:12:44 2018 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Mon Jan 22 11:13:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c17a01 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 9bf87b6b715..1dacaa9f659 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