summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2020-10-17 01:24:09 +1100
committerMark Wright <gienah@gentoo.org>2020-10-17 02:16:40 +1100
commit6ffc023d9679463bfcb41d47dc341d9177cfc018 (patch)
tree6477cce6356d104755b09ff5021b2a12bd263864 /dev-ml
parentdev-ml/ppx_variants_conv: Fix deps (diff)
downloadgentoo-6ffc023d9679463bfcb41d47dc341d9177cfc018.tar.gz
gentoo-6ffc023d9679463bfcb41d47dc341d9177cfc018.tar.bz2
gentoo-6ffc023d9679463bfcb41d47dc341d9177cfc018.zip
dev-ml/ppx_typerep_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')
-rw-r--r--dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
index 42bd8686d2ff..ae6bf41a4499 100644
--- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
+++ b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
@@ -15,10 +15,11 @@ KEYWORDS="~amd64 ~arm ~arm64"
IUSE="+ocamlopt"
DEPEND="
- dev-ml/base:=
- dev-ml/typerep:=
- dev-ml/ppxlib:=
- dev-ml/ocaml-migrate-parsetree:=
- dev-ml/result:=
- "
+ >=dev-ml/base-0.14.0:=
+ >=dev-ml/typerep-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}"