summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2020-10-17 01:30:58 +1100
committerMark Wright <gienah@gentoo.org>2020-10-17 02:16:44 +1100
commitcf8e69c067b898d1b796389d51be28c67b0bec6a (patch)
tree4ecb50f881cecd2109b6ab4bdeef9c0513dbbbf5 /dev-ml
parentdev-ml/ppx_pipebang: Fix deps (diff)
downloadgentoo-cf8e69c067b898d1b796389d51be28c67b0bec6a.tar.gz
gentoo-cf8e69c067b898d1b796389d51be28c67b0bec6a.tar.bz2
gentoo-cf8e69c067b898d1b796389d51be28c67b0bec6a.zip
dev-ml/ppx_optcomp: Fix deps and compile fail
Thanks to Agostino Sarubbo for reporting. Closes: https://bugs.gentoo.org/748615 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_optcomp/ppx_optcomp-0.14.0.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-0.14.0.ebuild b/dev-ml/ppx_optcomp/ppx_optcomp-0.14.0.ebuild
index f1290a509500..354ca53cd15c 100644
--- a/dev-ml/ppx_optcomp/ppx_optcomp-0.14.0.ebuild
+++ b/dev-ml/ppx_optcomp/ppx_optcomp-0.14.0.ebuild
@@ -15,11 +15,13 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="+ocamlopt"
DEPEND="
- dev-ml/base:=
- dev-ml/stdio:=
+ >=dev-ml/base-0.14.0:=
+ dev-ml/findlib:=
+ >=dev-ml/stdio-0.14.0:=
>=dev-ml/ppxlib-0.18.0:=
- dev-ml/ocaml-migrate-parsetree:=
- dev-ml/result:=
+ >=dev-ml/ocaml-compiler-libs-0.11.0:=
+ >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+ dev-ml/cinaps:=
"
RDEPEND="${DEPEND}"