From 00a5f9717c89acdd260785e4133b45aff247bbbd Mon Sep 17 00:00:00 2001 From: Tupone Alfredo Date: Sat, 7 Sep 2019 16:38:58 +0200 Subject: [PATCH] sci-mathematics/alt-ergo: fix build Closes: https://bugs.gentoo.org/692252 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alfredo Tupone --- sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild index 69ade990ba8f..321faff324c8 100644 --- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild +++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild @@ -16,6 +16,7 @@ DEPEND=">=dev-lang/ocaml-3.12.1[ocamlopt?] dev-ml/zarith gtk? ( >=dev-ml/lablgtk-2.14[sourceview,ocamlopt?] ) dev-ml/camlzip + sci-mathematics/psmt2-frontend >=dev-ml/ocplib-simplex-0.4 >=dev-ml/menhir-20181006 dev-ml/dune" @@ -28,7 +29,8 @@ src_configure() { } src_compile() { - emake + emake lib + emake bin use gtk && emake gui } -- 2.26.2