dev-ml/js_of_ocaml: add ocamlbuild dep
authorAlexis Ballier <aballier@gentoo.org>
Tue, 1 Mar 2016 18:20:32 +0000 (19:20 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 1 Mar 2016 18:47:37 +0000 (19:47 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ml/js_of_ocaml/js_of_ocaml-2.7.ebuild

index 8967f79bacabbdd3adb0013a32e4fd9e0ec1e05a..420e7ae360aa5c66164f36d648ee0f603623facc 100644 (file)
@@ -15,7 +15,7 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE="+ocamlopt doc +deriving +ppx +ppx-deriving +react +xml X"
 
-DEPEND="
+RDEPEND="
        >=dev-lang/ocaml-3.12:=[ocamlopt?,X?]
        >=dev-ml/lwt-2.4.4:=
        react? ( dev-ml/react:=  dev-ml/reactiveData:= )
@@ -28,7 +28,8 @@ DEPEND="
        dev-ml/camlp4:=
        dev-ml/cppo:=
        deriving? ( >=dev-ml/deriving-0.6:= )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+       dev-ml/ocamlbuild"
 
 src_configure() {
        printf "\n\n" >> Makefile.conf