commit:     8395f9bd24c6d239774bcc990eaaca63b9d77ef2
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  2 21:04:18 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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
 )
 

Reply via email to