summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2020-10-17 01:23:10 +1100
committerMark Wright <gienah@gentoo.org>2020-10-17 02:16:39 +1100
commitb2579f92dc4ca2889fd1bfc148d2edf8acb8940b (patch)
treed6353343484555301a071cedfcab829d9eb2177e /dev-ml/ppx_variants_conv
parentdev-ml/ppx_module_timer: Fix deps (diff)
downloadgentoo-b2579f92dc4ca2889fd1bfc148d2edf8acb8940b.tar.gz
gentoo-b2579f92dc4ca2889fd1bfc148d2edf8acb8940b.tar.bz2
gentoo-b2579f92dc4ca2889fd1bfc148d2edf8acb8940b.zip
dev-ml/ppx_variants_conv: Fix deps
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_variants_conv')
-rw-r--r--dev-ml/ppx_variants_conv/ppx_variants_conv-0.14.1.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-ml/ppx_variants_conv/ppx_variants_conv-0.14.1.ebuild b/dev-ml/ppx_variants_conv/ppx_variants_conv-0.14.1.ebuild
index b2e4bc1bac36..f4172b87b923 100644
--- a/dev-ml/ppx_variants_conv/ppx_variants_conv-0.14.1.ebuild
+++ b/dev-ml/ppx_variants_conv/ppx_variants_conv-0.14.1.ebuild
@@ -15,10 +15,11 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="+ocamlopt"
DEPEND="
- dev-ml/base:=
- dev-ml/variantslib:=
- dev-ml/ppxlib:=
- dev-ml/ocaml-migrate-parsetree:=
- dev-ml/result:=
+ >=dev-ml/base-0.14.0:=
+ >=dev-ml/variantslib-0.14.0:=
+ >=dev-ml/ppxlib-0.18.0:=
+ >=dev-ml/ocaml-compiler-libs-0.11.0:=
+ >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+ dev-ml/cinaps:=
"
RDEPEND="${DEPEND}"