diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-06 16:29:44 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-06 16:39:11 +0100 |
commit | 167d4fb62fa65b0b5cbdc46af73ae971519401d1 (patch) | |
tree | 8b98ada06414183a2a6e2d09615931f7aa518c6b /dev-ml/js_of_ocaml | |
parent | dev-ml/js_of_ocaml: add react useflag (diff) | |
download | gentoo-167d4fb62fa65b0b5cbdc46af73ae971519401d1.tar.gz gentoo-167d4fb62fa65b0b5cbdc46af73ae971519401d1.tar.bz2 gentoo-167d4fb62fa65b0b5cbdc46af73ae971519401d1.zip |
dev-ml/js_of_ocaml: add xml useflag
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/js_of_ocaml')
-rw-r--r-- | dev-ml/js_of_ocaml/js_of_ocaml-2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-2.7.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-2.7.ebuild index 1bf41b5188af..060d3cace1f0 100644 --- a/dev-ml/js_of_ocaml/js_of_ocaml-2.7.ebuild +++ b/dev-ml/js_of_ocaml/js_of_ocaml-2.7.ebuild @@ -13,13 +13,13 @@ SRC_URI="https://github.com/ocsigen/js_of_ocaml/archive/${PV}.tar.gz -> ${P}.tar LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64" -IUSE="+ocamlopt doc +deriving +react X" +IUSE="+ocamlopt doc +deriving +react +xml X" DEPEND=" >=dev-lang/ocaml-3.12:=[ocamlopt?,X?] >=dev-ml/lwt-2.4.4:= react? ( dev-ml/react:= dev-ml/reactiveData:= ) - >=dev-ml/tyxml-3.6:= + xml? ( >=dev-ml/tyxml-3.6:= ) dev-ml/cmdliner:= dev-ml/menhir:= dev-ml/ocaml-base64:= |