summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2019-07-25 08:17:03 +0200
committerTupone Alfredo <tupone@gentoo.org>2019-07-25 08:17:03 +0200
commitaa21f8d2b5b8b28a1e69d78c29fd5c0e0996f7a0 (patch)
treefd545d0f38c62f74c17b0544a52dc2b0cc8c516c
parentsci-mathematics/cvc4: Add readline use flag (diff)
downloadgentoo-aa21f8d2b5b8b28a1e69d78c29fd5c0e0996f7a0.tar.gz
gentoo-aa21f8d2b5b8b28a1e69d78c29fd5c0e0996f7a0.tar.bz2
gentoo-aa21f8d2b5b8b28a1e69d78c29fd5c0e0996f7a0.zip
sci-mathematics/alt-ergo: Fix dependency
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
-rw-r--r--sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild4
1 files changed, 2 insertions, 2 deletions
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 )