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 69201138359 for ; Sun, 9 Aug 2020 11:56:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72EE2E0919; Sun, 9 Aug 2020 11:56:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 58FD6E0919 for ; Sun, 9 Aug 2020 11:56:25 +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 2C3D034EEF9 for ; Sun, 9 Aug 2020 11:56:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83D822CC for ; Sun, 9 Aug 2020 11:56:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1596974153.85f4b124f62d9d03d0f446d01148d4f15829887f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/cb2bib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/cb2bib/cb2bib-2.0.0.ebuild X-VCS-Directories: app-text/cb2bib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 85f4b124f62d9d03d0f446d01148d4f15829887f X-VCS-Branch: master Date: Sun, 9 Aug 2020 11:56:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 78f1ac45-6f6f-42b9-9e3d-c5733bd58d50 X-Archives-Hash: 2c2610d8bfe628a3ec49cd1edec586a7 commit: 85f4b124f62d9d03d0f446d01148d4f15829887f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 9 11:52:30 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 9 11:55:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f4b124 app-text/cb2bib: Workaround parallel build failure See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966814 Closes: https://bugs.gentoo.org/709940 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/cb2bib/cb2bib-2.0.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-text/cb2bib/cb2bib-2.0.0.ebuild b/app-text/cb2bib/cb2bib-2.0.0.ebuild index 70c2922ef25..cf527a6f376 100644 --- a/app-text/cb2bib/cb2bib-2.0.0.ebuild +++ b/app-text/cb2bib/cb2bib-2.0.0.ebuild @@ -43,6 +43,11 @@ src_configure() { $(use !lzo && echo -config disable_lzo) } +src_compile() { + # bug #709940 + emake -j1 +} + src_install() { emake INSTALL_ROOT="${D}" install einstalldocs