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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63B50158011 for ; Wed, 31 Aug 2022 18:47:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B897E07E1; Wed, 31 Aug 2022 18:47:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F763E07E1 for ; Wed, 31 Aug 2022 18:47:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41535341147 for ; Wed, 31 Aug 2022 18:47:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86DDD58D for ; Wed, 31 Aug 2022 18:47:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661971613.bd249514fecc18fbfbe6836b7da5d3ff1a4229d9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openscad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/openscad/openscad-2021.01-r4.ebuild X-VCS-Directories: media-gfx/openscad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bd249514fecc18fbfbe6836b7da5d3ff1a4229d9 X-VCS-Branch: master Date: Wed, 31 Aug 2022 18:47:03 +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: bee1b788-1a6b-48ad-92d6-cd1c3ccc6799 X-Archives-Hash: bf37b55363147e3fc40a5ce984de8725 commit: bd249514fecc18fbfbe6836b7da5d3ff1a4229d9 Author: Bernd Waibel posteo net> AuthorDate: Wed Aug 31 18:19:39 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 31 18:46:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd249514 media-gfx/openscad: workaround for parallel build failures Bug: https://github.com/openscad/openscad/issues/4344 Closes: https://bugs.gentoo.org/856430 Signed-off-by: Bernd Waibel posteo.net> Closes: https://github.com/gentoo/gentoo/pull/27093 Signed-off-by: Sam James gentoo.org> media-gfx/openscad/openscad-2021.01-r4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/openscad/openscad-2021.01-r4.ebuild b/media-gfx/openscad/openscad-2021.01-r4.ebuild index 9b67272f4c26..78199f471cd4 100644 --- a/media-gfx/openscad/openscad-2021.01-r4.ebuild +++ b/media-gfx/openscad/openscad-2021.01-r4.ebuild @@ -78,7 +78,8 @@ src_configure() { } src_compile() { - default + # We have random parallel build issues, bug #856430 + emake -j1 if use emacs ; then elisp-compile contrib/*.el