Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3-for-spark/files/
Date: Wed, 27 May 2020 19:25:02
Message-Id: 1590607479.80264f6226c82b6ae16c92c98cd7835e71a53680.tupone@gentoo
1 commit: 80264f6226c82b6ae16c92c98cd7835e71a53680
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 27 19:24:39 2020 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed May 27 19:24:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80264f62
7
8 sci-mathematics/why3-for-spark: use CC
9
10 Closes: https://bugs.gentoo.org/725598
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 .../why3-for-spark/files/why3-for-spark-2019-gentoo.patch | 10 ++++++++++
15 1 file changed, 10 insertions(+)
16
17 diff --git a/sci-mathematics/why3-for-spark/files/why3-for-spark-2019-gentoo.patch b/sci-mathematics/why3-for-spark/files/why3-for-spark-2019-gentoo.patch
18 index f83a6256672..2dab12ddfbd 100644
19 --- a/sci-mathematics/why3-for-spark/files/why3-for-spark-2019-gentoo.patch
20 +++ b/sci-mathematics/why3-for-spark/files/why3-for-spark-2019-gentoo.patch
21 @@ -12,3 +12,13 @@
22
23 let rec file_concat l =
24 match l with
25 +--- a/Makefile.in 2020-05-27 21:19:08.736241502 +0200
26 ++++ b/Makefile.in 2020-05-27 21:19:14.042156954 +0200
27 +@@ -50,7 +50,6 @@
28 + OCAMLINSTALLLIB = $(DESTDIR)@OCAMLINSTALLLIB@
29 + OCAMLBEST = @OCAMLBEST@
30 + OCAMLVERSION = @OCAMLVERSION@
31 +-CC = gcc
32 + COQC = @COQC@
33 + COQDEP = @COQDEP@
34 + FRAMAC_LIBDIR = $(DESTDIR)@FRAMAC_LIBDIR@