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/alt-ergo/
Date: Sat, 07 Sep 2019 14:39:45
Message-Id: 1567867165.00a5f9717c89acdd260785e4133b45aff247bbbd.tupone@gentoo
1 commit: 00a5f9717c89acdd260785e4133b45aff247bbbd
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 7 14:38:58 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 14:39:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a5f971
7
8 sci-mathematics/alt-ergo: fix build
9
10 Closes: https://bugs.gentoo.org/692252
11 Package-Manager: Portage-2.3.69, Repoman-2.3.16
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
18 index 69ade990ba8..321faff324c 100644
19 --- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
20 +++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
21 @@ -16,6 +16,7 @@ DEPEND=">=dev-lang/ocaml-3.12.1[ocamlopt?]
22 dev-ml/zarith
23 gtk? ( >=dev-ml/lablgtk-2.14[sourceview,ocamlopt?] )
24 dev-ml/camlzip
25 + sci-mathematics/psmt2-frontend
26 >=dev-ml/ocplib-simplex-0.4
27 >=dev-ml/menhir-20181006
28 dev-ml/dune"
29 @@ -28,7 +29,8 @@ src_configure() {
30 }
31
32 src_compile() {
33 - emake
34 + emake lib
35 + emake bin
36 use gtk && emake gui
37 }