diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-02-10 12:42:42 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-02-10 13:35:41 +0100 |
commit | d5e5640e5928b4e17ed5bdea1d1e0a999d36b0b9 (patch) | |
tree | ed025c4badc67f908f9d0b348810d858697d4d5f /sci-mathematics/why3-for-spark | |
parent | games-action/minetest-5.5.0: only the client needs full IrrlichtMT (diff) | |
download | gentoo-d5e5640e5928b4e17ed5bdea1d1e0a999d36b0b9.tar.gz gentoo-d5e5640e5928b4e17ed5bdea1d1e0a999d36b0b9.tar.bz2 gentoo-d5e5640e5928b4e17ed5bdea1d1e0a999d36b0b9.zip |
sci-mathematics/why3-for-spark: remove unused patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24147
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-2018-gentoo.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/sci-mathematics/why3-for-spark/files/why3-for-spark-2018-gentoo.patch b/sci-mathematics/why3-for-spark/files/why3-for-spark-2018-gentoo.patch deleted file mode 100644 index 9d7165cbed78..000000000000 --- a/sci-mathematics/why3-for-spark/files/why3-for-spark-2018-gentoo.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- why3-for-spark-gpl-2017-src/src/gnat/gnat_config.ml.old 2017-10-18 09:07:03.118919785 +0200 -+++ why3-for-spark-gpl-2017-src/src/gnat/gnat_config.ml 2017-10-18 09:07:45.198216939 +0200 -@@ -12,10 +12,7 @@ - | Limit_Check of Gnat_expl.check - | Limit_Line of Gnat_loc.loc - --let spark_prefix = -- (Filename.dirname -- (Filename.dirname (Filename.dirname -- (Filename.dirname Sys.executable_name)))) -+let spark_prefix = "/usr" - - let rec file_concat l = - match l with ---- why3-for-spark-gpl-2017-src/src/coq-tactic/why3tac.ml4.old 2017-10-26 22:25:55.289094778 +0200 -+++ why3-for-spark-gpl-2017-src/src/coq-tactic/why3tac.ml4 2017-10-26 22:26:10.719807270 +0200 -@@ -1352,7 +1352,7 @@ - let limit = - { Call_provers.empty_limit with Call_provers.limit_time = timelimit } in - let call = Driver.prove_task ~command ~limit drv !task in -- wait_on_call call -+ wait_on_call (ServerCall call) - with - | NotFO -> - if debug then Printexc.print_backtrace stderr; flush stderr; |