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 64A0115802F for ; Sun, 2 Apr 2023 21:05:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 942A4E078A; Sun, 2 Apr 2023 21:05:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EF96E078A for ; Sun, 2 Apr 2023 21:05:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 985A2335D4B for ; Sun, 2 Apr 2023 21:05:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A33FD8D7 for ; Sun, 2 Apr 2023 21:05:27 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1680469502.8395f9bd24c6d239774bcc990eaaca63b9d77ef2.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3-for-spark/files/, sci-mathematics/why3-for-spark/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/why3-for-spark/files/why3-for-spark-2021-make.patch sci-mathematics/why3-for-spark/why3-for-spark-2021-r1.ebuild X-VCS-Directories: sci-mathematics/why3-for-spark/ sci-mathematics/why3-for-spark/files/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 8395f9bd24c6d239774bcc990eaaca63b9d77ef2 X-VCS-Branch: master Date: Sun, 2 Apr 2023 21:05:27 +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: 174f8474-8cf6-4fb9-a6eb-ad5aa1497ed1 X-Archives-Hash: c8e1e24e7cff62cdacf1cc8f9ef4e9e3 commit: 8395f9bd24c6d239774bcc990eaaca63b9d77ef2 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Apr 2 21:04:18 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Apr 2 21:05:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8395f9bd sci-mathematics/why3-for-spark: disable shuffle Closes: https://bugs.gentoo.org/883167 Signed-off-by: Alfredo Tupone gentoo.org> .../why3-for-spark/files/why3-for-spark-2021-make.patch | 11 +++++++++++ sci-mathematics/why3-for-spark/why3-for-spark-2021-r1.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/sci-mathematics/why3-for-spark/files/why3-for-spark-2021-make.patch b/sci-mathematics/why3-for-spark/files/why3-for-spark-2021-make.patch new file mode 100644 index 000000000000..5eba27fd5d0e --- /dev/null +++ b/sci-mathematics/why3-for-spark/files/why3-for-spark-2021-make.patch @@ -0,0 +1,11 @@ +--- a/Makefile.in 2023-04-02 22:54:43.160504917 +0200 ++++ b/Makefile.in 2023-04-02 22:55:05.194152231 +0200 +@@ -9,6 +9,8 @@ + # # + #################################################################### + ++.NOTPARALLEL: notparallel ++ + VERBOSEMAKE ?= @enable_verbose_make@ + + ifeq ($(VERBOSEMAKE),yes) diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2021-r1.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2021-r1.ebuild index 10f8a95c8393..4204da3000b6 100644 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2021-r1.ebuild +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2021-r1.ebuild @@ -52,6 +52,7 @@ S="${WORKDIR}"/${MYP} PATCHES=( "${FILESDIR}"/${PN}-2020-gentoo.patch "${FILESDIR}"/${P}-flags.patch + "${FILESDIR}"/${P}-make.patch #Bug #883167 "${FILESDIR}"/${PN}-2020-bibtex.patch )