Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq-serapi/
Date: Sat, 01 Oct 2022 23:37:36
Message-Id: 1664667296.4069d63856f17a2765b5c24a17449dbf161d9ab1.xgqt@gentoo
1 commit: 4069d63856f17a2765b5c24a17449dbf161d9ab1
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 20:59:38 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 23:34:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4069d638
7
8 sci-mathematics/coq-serapi: restrict coq version
9
10 Closes: https://bugs.gentoo.org/873604
11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
12
13 .../{coq-serapi-0.15.0-r2.ebuild => coq-serapi-0.15.0-r3.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-mathematics/coq-serapi/coq-serapi-0.15.0-r2.ebuild b/sci-mathematics/coq-serapi/coq-serapi-0.15.0-r3.ebuild
17 similarity index 95%
18 rename from sci-mathematics/coq-serapi/coq-serapi-0.15.0-r2.ebuild
19 rename to sci-mathematics/coq-serapi/coq-serapi-0.15.0-r3.ebuild
20 index 2290f780d192..ddda9b6a1dce 100644
21 --- a/sci-mathematics/coq-serapi/coq-serapi-0.15.0-r2.ebuild
22 +++ b/sci-mathematics/coq-serapi/coq-serapi-0.15.0-r3.ebuild
23 @@ -21,7 +21,7 @@ IUSE="emacs +ocamlopt test"
24 RESTRICT="!test? ( test )"
25
26 RDEPEND="
27 - >=sci-mathematics/coq-${COQV}:=
28 + >=sci-mathematics/coq-${COQV}:= <sci-mathematics/coq-8.16:=
29 >=dev-ml/ppx_sexp_conv-0.13.0:= <dev-ml/ppx_sexp_conv-0.15.0:=
30 dev-ml/cmdliner:=
31 dev-ml/ppx_deriving:=