summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2020-10-17 00:57:12 +1100
committerMark Wright <gienah@gentoo.org>2020-10-17 02:16:23 +1100
commitbb36200a03171b85dceec97af97dccd6b73f4d4f (patch)
treee4c5a01f1867175d4675481006755fd3ecc71875 /dev-ml/ppx_compare
parentdev-ml/ppx_cold: Fix deps and compile fail (diff)
downloadgentoo-bb36200a03171b85dceec97af97dccd6b73f4d4f.tar.gz
gentoo-bb36200a03171b85dceec97af97dccd6b73f4d4f.tar.bz2
gentoo-bb36200a03171b85dceec97af97dccd6b73f4d4f.zip
dev-ml/ppx_compare: Fix deps and compile fail
Thanks to Agostino Sarubbo for reporting. Closes: https://bugs.gentoo.org/748606 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_compare')
-rw-r--r--dev-ml/ppx_compare/ppx_compare-0.14.0.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-ml/ppx_compare/ppx_compare-0.14.0.ebuild b/dev-ml/ppx_compare/ppx_compare-0.14.0.ebuild
index c423bee51e7b..977b67b09d9d 100644
--- a/dev-ml/ppx_compare/ppx_compare-0.14.0.ebuild
+++ b/dev-ml/ppx_compare/ppx_compare-0.14.0.ebuild
@@ -15,10 +15,11 @@ KEYWORDS="~amd64 ~arm ~arm64"
IUSE="+ocamlopt"
DEPEND="
- dev-ml/base:=
- dev-ml/ocaml-migrate-parsetree:=
- dev-ml/result:=
- dev-ml/ppxlib:=
+ >=dev-ml/base-0.14.0:=
+ dev-ml/findlib:=
+ >=dev-ml/ppxlib-0.18.0:=
+ >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+ dev-ml/cinaps:=
"
RDEPEND="${DEPEND}"