summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-04-16 23:24:31 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-04-16 23:24:41 +0200
commite0300e30cdf32fdb0d0ca67c9eb6c3e5e53e5bf3 (patch)
tree3547a7643a02e1931a37d825709dbf0b8c4c1191 /sci-mathematics/why3/why3-1.4.0-r2.ebuild
parentapp-emulation/aranym: Respect the AR environment variable (diff)
downloadgentoo-e0300e30cdf32fdb0d0ca67c9eb6c3e5e53e5bf3.tar.gz
gentoo-e0300e30cdf32fdb0d0ca67c9eb6c3e5e53e5bf3.tar.bz2
gentoo-e0300e30cdf32fdb0d0ca67c9eb6c3e5e53e5bf3.zip
sci-mathematics/why3: increase required menhir version
this is a very minor change to keep it in sync with https://opam.ocaml.org/packages/why3 also, no bump is needed since 20170418 version is long gone from ::gentoo Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/why3/why3-1.4.0-r2.ebuild')
-rw-r--r--sci-mathematics/why3/why3-1.4.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/why3/why3-1.4.0-r2.ebuild b/sci-mathematics/why3/why3-1.4.0-r2.ebuild
index 85da04d96b8a..efe23fa3bbde 100644
--- a/sci-mathematics/why3/why3-1.4.0-r2.ebuild
+++ b/sci-mathematics/why3/why3-1.4.0-r2.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
@@ -17,7 +17,7 @@ IUSE="coq doc emacs gtk +ocamlopt re sexp +zarith zip"
RDEPEND="
!sci-mathematics/why3-for-spark
>=dev-lang/ocaml-4.05.0:=[ocamlopt?]
- >=dev-ml/menhir-20151112:=
+ >=dev-ml/menhir-20170418:=
dev-ml/num:=
coq? ( >=sci-mathematics/coq-8.6 )
emacs? ( app-editors/emacs:* )