diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-12-07 18:21:55 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-12-07 20:31:39 +0100 |
commit | c6548e6fefc44f50ef14093f45e6f8b81d1ad49b (patch) | |
tree | b497cebfe900ba33dfc5774d8091bcacdda5019b | |
parent | e10248cc62c5a80b25699cd93c6539fa7cfaefe9 (diff) | |
download | gentoo-c6548e6fefc44f50ef14093f45e6f8b81d1ad49b.tar.gz gentoo-c6548e6fefc44f50ef14093f45e6f8b81d1ad49b.tar.xz |
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.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild | 2 |
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 9e1c1550b85..1eb80bdfb6d 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 9e1c1550b85..1eb80bdfb6d 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:= ) |