diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-04-16 19:14:19 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-04-16 19:14:19 +0200 |
commit | 1aeb41df7cda12870e550f0ba1f171e5f9dc8d06 (patch) | |
tree | 8923988b91e329f21effa0cdccaf0148cf255b16 /sci-mathematics/coq-serapi | |
parent | kernel-2.eclass: fix spelling (diff) | |
download | gentoo-1aeb41df7cda12870e550f0ba1f171e5f9dc8d06.tar.gz gentoo-1aeb41df7cda12870e550f0ba1f171e5f9dc8d06.tar.bz2 gentoo-1aeb41df7cda12870e550f0ba1f171e5f9dc8d06.zip |
sci-mathematics/coq-serapi: add ppx_sexp_conv version constraints
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.15.0-r1.ebuild (renamed from sci-mathematics/coq-serapi/coq-serapi-0.15.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/coq-serapi/coq-serapi-0.15.0.ebuild b/sci-mathematics/coq-serapi/coq-serapi-0.15.0-r1.ebuild index 2733c490f747..7f817ddb486a 100644 --- a/sci-mathematics/coq-serapi/coq-serapi-0.15.0.ebuild +++ b/sci-mathematics/coq-serapi/coq-serapi-0.15.0-r1.ebuild @@ -22,11 +22,11 @@ RESTRICT="!test? ( test )" RDEPEND=" >=sci-mathematics/coq-${COQV}:= + >=dev-ml/ppx_sexp_conv-0.13.0:= <dev-ml/ppx_sexp_conv-0.15.0:= dev-ml/cmdliner:= dev-ml/ppx_deriving:= dev-ml/ppx_deriving_yojson:= dev-ml/ppx_import:= - dev-ml/ppx_sexp_conv:= dev-ml/sexplib:= dev-ml/yojson:= " |