diff options
author | Sam James <sam@gentoo.org> | 2022-06-21 02:36:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-21 02:36:06 +0100 |
commit | a74305078b85502b6813e5bb3a746e5c82dc5c55 (patch) | |
tree | 6ec462910a0145099eeee74aeca8e123e7134fe8 /sci-mathematics/alt-ergo | |
parent | dev-ml/markup: fix OCaml dep (diff) | |
download | gentoo-a74305078b85502b6813e5bb3a746e5c82dc5c55.tar.gz gentoo-a74305078b85502b6813e5bb3a746e5c82dc5c55.tar.bz2 gentoo-a74305078b85502b6813e5bb3a746e5c82dc5c55.zip |
sci-mathematics/alt-ergo: fix OCaml dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/alt-ergo')
-rw-r--r-- | sci-mathematics/alt-ergo/alt-ergo-2.3.0-r1.ebuild (renamed from sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.3.0-r1.ebuild index bbe4688b7840..6dbe4ce6fc63 100644 --- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild +++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ IUSE="examples gtk +ocamlopt" DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt=] dev-ml/zarith:= dev-ml/lablgtk:2=[sourceview,ocamlopt=] - dev-ml/camlzip + dev-ml/camlzip:= sci-mathematics/psmt2-frontend >=dev-ml/ocplib-simplex-0.4:= >=dev-ml/menhir-20181006:= |