diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-27 12:26:26 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-27 14:01:59 +0100 |
commit | f82a0ccd1ec627e46d64547495ec328895456dc5 (patch) | |
tree | fd7b327e426758d2070e6971bf2bdd3f9680c09c /sci-mathematics | |
parent | app-emacs/emms: drop old 11 (diff) | |
download | gentoo-f82a0ccd1ec627e46d64547495ec328895456dc5.tar.gz gentoo-f82a0ccd1ec627e46d64547495ec328895456dc5.tar.bz2 gentoo-f82a0ccd1ec627e46d64547495ec328895456dc5.zip |
sci-mathematics/coq-serapi: remove ppx_sexp_conv restriction
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/coq-serapi/coq-serapi-0.16.2-r1.ebuild (renamed from sci-mathematics/coq-serapi/coq-serapi-0.16.2.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/coq-serapi/coq-serapi-0.16.2.ebuild b/sci-mathematics/coq-serapi/coq-serapi-0.16.2-r1.ebuild index 3c68fbf69d0d..44a2d0a9b186 100644 --- a/sci-mathematics/coq-serapi/coq-serapi-0.16.2.ebuild +++ b/sci-mathematics/coq-serapi/coq-serapi-0.16.2-r1.ebuild @@ -9,6 +9,7 @@ inherit elisp-common dune DESCRIPTION="Serialization library and protocol for interaction with the Coq proof assistant" 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" @@ -22,7 +23,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=sci-mathematics/coq-${COQV}:= <sci-mathematics/coq-8.17:= - >=dev-ml/ppx_sexp_conv-0.13.0:= <dev-ml/ppx_sexp_conv-0.15.0:= + >=dev-ml/ppx_sexp_conv-0.13.0:= dev-ml/cmdliner:= dev-ml/ppx_compare:= dev-ml/ppx_deriving:= |