From: Tupone Alfredo Date: Thu, 25 Jul 2019 06:17:03 +0000 (+0200) Subject: sci-mathematics/alt-ergo: Fix dependency X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=aa21f8d2b5b8b28a1e69d78c29fd5c0e0996f7a0;p=gentoo.git sci-mathematics/alt-ergo: Fix dependency Signed-off-by: Alfredo Tupone Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- diff --git a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild index e5229fc89224..80b72760c868 100644 --- a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild +++ b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ DEPEND=">=dev-lang/ocaml-3.12.1[ocamlopt?] dev-ml/zarith gtk? ( >=dev-ml/lablgtk-2.14[sourceview,ocamlopt?] ) dev-ml/camlzip - dev-ml/ocplib-simplex" + <=dev-ml/ocplib-simplex-0.3" RDEPEND="${DEPEND}" DOCS=( CHANGES INSTALL.md README.md )