summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ppx_custom_printf')
-rw-r--r--dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild
index 7915067e7656..09fd4f2f2775 100644
--- a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild
+++ b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.0.ebuild
@@ -11,15 +11,16 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="Apache-2.0"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64"
IUSE="+ocamlopt"
DEPEND="
- dev-ml/base:=
- dev-ml/ppx_sexp_conv:=
+ >=dev-ml/base-0.14.0:=
+ dev-ml/findlib:=
+ >=dev-ml/ppx_sexp_conv-0.14.1:=
>=dev-ml/ppxlib-0.18.0:=
- dev-ml/ocaml-migrate-parsetree:=
- dev-ml/result:=
+ >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+ dev-ml/cinaps:=
"
RDEPEND="${DEPEND}"