diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-04-03 08:20:30 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-04-03 08:21:06 +0200 |
commit | 8a158de860dd20b8a4ac9f9b8adc6317ba8d738c (patch) | |
tree | e0b63d9b69be390204eaa1319910b444ca8998c1 /sci-mathematics/why3-for-spark | |
parent | app-emulation/virtualbox-modules: fix compilation with kernel 6.3 (diff) | |
download | gentoo-8a158de860dd20b8a4ac9f9b8adc6317ba8d738c.tar.gz gentoo-8a158de860dd20b8a4ac9f9b8adc6317ba8d738c.tar.bz2 gentoo-8a158de860dd20b8a4ac9f9b8adc6317ba8d738c.zip |
sci-mathematics/why3-for-spark: fix NOTPARALLEL
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-mathematics/why3-for-spark')
-rw-r--r-- | sci-mathematics/why3-for-spark/files/why3-for-spark-2021-make.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 5eba27fd5d0e..fa23a1c32c5c 100644 --- 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 @@ -4,7 +4,7 @@ # # #################################################################### -+.NOTPARALLEL: notparallel ++.NOTPARALLEL: + VERBOSEMAKE ?= @enable_verbose_make@ |