summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-03-01 19:20:32 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-03-01 19:47:37 +0100
commit469d308f63735fac8ecc1816acc527678ba30c88 (patch)
treeba7f5f26d00db2e46a1921e7c5a35cb3675b3d57
parentdev-ml/js_of_ocaml: remove old (diff)
downloadgentoo-469d308f.tar.gz
gentoo-469d308f.tar.bz2
gentoo-469d308f.zip
dev-ml/js_of_ocaml: add ocamlbuild dep
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r--dev-ml/js_of_ocaml/js_of_ocaml-2.7.ebuild5
1 files changed, 3 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 8967f79bacab..420e7ae360aa 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
@@ -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