commit:     4ff20e362115e87f35719268388563706007e6e9
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 15:27:12 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 15:39:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff20e36

dev-ml/js_of_ocaml: add react useflag

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/js_of_ocaml/js_of_ocaml-2.7.ebuild | 6 +++---
 dev-ml/js_of_ocaml/metadata.xml           | 1 +
 2 files changed, 4 insertions(+), 3 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 3d6298a..1bf41b5 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,12 @@ 
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 X"
+IUSE="+ocamlopt doc +deriving +react X"
 
 DEPEND="
        >=dev-lang/ocaml-3.12:=[ocamlopt?,X?]
        >=dev-ml/lwt-2.4.4:=
-       dev-ml/react:=
-       dev-ml/reactiveData:=
+       react? ( dev-ml/react:=  dev-ml/reactiveData:= )
        >=dev-ml/tyxml-3.6:=
        dev-ml/cmdliner:=
        dev-ml/menhir:=
@@ -35,6 +34,7 @@ src_configure() {
        use ocamlopt || echo "NATDYNLINK := NO" >> Makefile.conf
        use deriving || echo "WITH_DERIVING := NO" >> Makefile.conf
        use X || echo "WITH_GRAPHICS := NO" >> Makefile.conf
+       use react || echo "WITH_REACT := NO" >> Makefile.conf
 }
 
 src_compile() {

diff --git a/dev-ml/js_of_ocaml/metadata.xml b/dev-ml/js_of_ocaml/metadata.xml
index 2a56cab..d3fd68e 100644
--- a/dev-ml/js_of_ocaml/metadata.xml
+++ b/dev-ml/js_of_ocaml/metadata.xml
@@ -7,6 +7,7 @@
   </maintainer>
   <use>
     <flag name="deriving">Enable <pkg>dev-ml/deriving</pkg> support for 
improving the type safety.</flag>
+       <flag name="react">Enable functionnal reactive programming 
support.</flag>
   </use>
   <upstream>
     <remote-id type="github">ocsigen/js_of_ocaml</remote-id>

Reply via email to