summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2020-10-17 02:15:31 +1100
committerMark Wright <gienah@gentoo.org>2020-10-17 02:16:50 +1100
commita8a4852a1031142db8cbc75e4aaa711b2ce00ce2 (patch)
treef2897df84328a87aa835c8c69c1a08b53798d469 /dev-ml/ppx_sexp_conv
parentdev-ml/ppx_here: Fix deps and compile fail (diff)
downloadgentoo-a8a4852a1031142db8cbc75e4aaa711b2ce00ce2.tar.gz
gentoo-a8a4852a1031142db8cbc75e4aaa711b2ce00ce2.tar.bz2
gentoo-a8a4852a1031142db8cbc75e4aaa711b2ce00ce2.zip
dev-ml/ppx_sexp_conv: Fix deps and compile fail
Thanks to Agostino Sarubbo for reporting. Closes: https://bugs.gentoo.org/748714 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_sexp_conv')
-rw-r--r--dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild
index a8e0f48c7c3c..4f793b5ea46d 100644
--- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild
+++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild
@@ -15,11 +15,13 @@ KEYWORDS="~amd64 ~arm ~arm64"
IUSE="+ocamlopt"
DEPEND="
- dev-ml/base:=
- dev-ml/ocaml-migrate-parsetree:=
- dev-ml/result:=
+ >=dev-ml/base-0.14.0:=
+ dev-ml/findlib:=
>=dev-ml/ppxlib-0.18.0:=
- dev-ml/ocaml-compiler-libs:=
+ >=dev-ml/ocaml-compiler-libs-0.11.0:=
+ >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+ dev-ml/cinaps:=
+ dev-ml/sexplib0:=
"
RDEPEND="${DEPEND}"