summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-12-07 18:21:55 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-12-07 20:31:39 +0100
commitc6548e6fefc44f50ef14093f45e6f8b81d1ad49b (patch)
treeb497cebfe900ba33dfc5774d8091bcacdda5019b
parentdev-ml/js_of_ocaml: remove old (diff)
downloadgentoo-c6548e6fefc44f50ef14093f45e6f8b81d1ad49b.tar.gz
gentoo-c6548e6fefc44f50ef14093f45e6f8b81d1ad49b.tar.bz2
gentoo-c6548e6fefc44f50ef14093f45e6f8b81d1ad49b.zip
dev-ml/js_of_ocaml: require camlp4 on lwt.
Package-Manager: portage-2.3.3
-rw-r--r--dev-ml/js_of_ocaml/js_of_ocaml-2.8.3.ebuild2
-rw-r--r--dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-2.8.3.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-2.8.3.ebuild
index 9e1c1550b85a..1eb80bdfb6d9 100644
--- a/dev-ml/js_of_ocaml/js_of_ocaml-2.8.3.ebuild
+++ b/dev-ml/js_of_ocaml/js_of_ocaml-2.8.3.ebuild
@@ -25,7 +25,7 @@ IUSE="+async +ocamlopt doc +deriving +ppx +ppx-deriving +react +xml X"
RDEPEND="
>=dev-lang/ocaml-3.12:=[ocamlopt?,X?]
- >=dev-ml/lwt-2.4.4:=
+ >=dev-ml/lwt-2.4.4:=[camlp4(+)]
async? ( dev-ml/async_kernel:= )
react? ( dev-ml/react:= dev-ml/reactiveData:= )
xml? ( >=dev-ml/tyxml-4:= )
diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
index 9e1c1550b85a..1eb80bdfb6d9 100644
--- a/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
+++ b/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
@@ -25,7 +25,7 @@ IUSE="+async +ocamlopt doc +deriving +ppx +ppx-deriving +react +xml X"
RDEPEND="
>=dev-lang/ocaml-3.12:=[ocamlopt?,X?]
- >=dev-ml/lwt-2.4.4:=
+ >=dev-ml/lwt-2.4.4:=[camlp4(+)]
async? ( dev-ml/async_kernel:= )
react? ( dev-ml/react:= dev-ml/reactiveData:= )
xml? ( >=dev-ml/tyxml-4:= )