From 6d44d78c59b8cbb66cf61a2025fddb9b8e3fb72d Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 1 Mar 2016 19:18:17 +0100 Subject: [PATCH] dev-ml/menhir: add ocamlbuild dep Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier --- dev-ml/menhir/menhir-20151112.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.26.2