From: Alexis Ballier Date: Tue, 1 Mar 2016 18:18:17 +0000 (+0100) Subject: dev-ml/menhir: add ocamlbuild dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6d44d78c59b8cbb66cf61a2025fddb9b8e3fb72d;p=gentoo.git dev-ml/menhir: add ocamlbuild dep Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier --- diff --git a/dev-ml/menhir/menhir-20151112.ebuild b/dev-ml/menhir/menhir-20151112.ebuild index a8d4107fe611..61fb1e2d35a7 100644 --- a/dev-ml/menhir/menhir-20151112.ebuild +++ b/dev-ml/menhir/menhir-20151112.ebuild @@ -15,8 +15,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="examples +ocamlopt" -DEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]" -RDEPEND="${DEPEND}" +RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]" +DEPEND="${RDEPEND} + dev-ml/ocamlbuild" src_configure() { if ! use ocamlopt ; then