summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2020-10-17 02:05:01 +1100
committerMark Wright <gienah@gentoo.org>2020-10-17 02:16:48 +1100
commit34d32aaea25121616f652f3d33bbc44e8c0c99af (patch)
tree9dc66b98fc8ca0fb20f6a2748c9fa828fb76dedf /dev-ml/ppx_here/ppx_here-0.14.0.ebuild
parentdev-ml/bin_prot: Fix deps and compile fail (diff)
downloadgentoo-34d32aaea25121616f652f3d33bbc44e8c0c99af.tar.gz
gentoo-34d32aaea25121616f652f3d33bbc44e8c0c99af.tar.bz2
gentoo-34d32aaea25121616f652f3d33bbc44e8c0c99af.zip
dev-ml/ppx_here: Fix deps and compile fail
Thanks to Agostino Sarubbo for reporting. Closes: https://bugs.gentoo.org/748711 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_here/ppx_here-0.14.0.ebuild')
-rw-r--r--dev-ml/ppx_here/ppx_here-0.14.0.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-ml/ppx_here/ppx_here-0.14.0.ebuild b/dev-ml/ppx_here/ppx_here-0.14.0.ebuild
index 03f95e8f529d..a108eb58d573 100644
--- a/dev-ml/ppx_here/ppx_here-0.14.0.ebuild
+++ b/dev-ml/ppx_here/ppx_here-0.14.0.ebuild
@@ -15,11 +15,12 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="+ocamlopt"
DEPEND="
- dev-ml/base:=
- dev-ml/ppxlib:=
- dev-ml/ocaml-compiler-libs:=
- 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-0.11.0:=
+ >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+ dev-ml/cinaps:=
"
RDEPEND="${DEPEND}"