diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-03-15 00:54:31 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-03-15 01:25:40 +0100 |
commit | aaa95b088ca9506c9634f68c62fa1ec0af7fd89e (patch) | |
tree | 0d457cbda44b2eca72a85badcdba3230c4ffab29 /sci-mathematics/coq-serapi | |
parent | sci-mathematics/coq-mathcomp: introduce COQ_MIN_V (diff) | |
download | gentoo-aaa95b088ca9506c9634f68c62fa1ec0af7fd89e.tar.gz gentoo-aaa95b088ca9506c9634f68c62fa1ec0af7fd89e.tar.bz2 gentoo-aaa95b088ca9506c9634f68c62fa1ec0af7fd89e.zip |
sci-mathematics/coq-serapi: introduce COQ_MIN_V
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/coq-serapi')
-rw-r--r-- | sci-mathematics/coq-serapi/coq-serapi-0.16.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-mathematics/coq-serapi/coq-serapi-0.16.3.ebuild b/sci-mathematics/coq-serapi/coq-serapi-0.16.3.ebuild index 9b4f5a4653a6..45e829121219 100644 --- a/sci-mathematics/coq-serapi/coq-serapi-0.16.3.ebuild +++ b/sci-mathematics/coq-serapi/coq-serapi-0.16.3.ebuild @@ -3,7 +3,8 @@ EAPI=8 -COQV=8.16.0 +COQ_MIN_V=8.16.0 +COQ_MAX_V=8.17.0 inherit elisp-common dune @@ -13,7 +14,7 @@ HOMEPAGE="https://github.com/ejgallego/coq-serapi/" # The tarball in SRC_URI is comprised of <supported coq>+<package version> SRC_URI="https://github.com/ejgallego/${PN}/archive/${COQV}+${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${COQV}-${PV} +S="${WORKDIR}"/${PN}-${COQ_MIN_V}-${PV} LICENSE="GPL-3+" SLOT="0/${PV}" @@ -22,7 +23,7 @@ IUSE="emacs +ocamlopt test" RESTRICT="!test? ( test )" RDEPEND=" - >=sci-mathematics/coq-${COQV}:= <sci-mathematics/coq-8.17:= + >=sci-mathematics/coq-${COQ_MIN_V}:= <sci-mathematics/coq-${COQ_MAX_V}:= >=dev-ml/ppx_sexp_conv-0.13.0:= dev-ml/cmdliner:= dev-ml/ppx_compare:= |