From: Alexis Ballier Date: Tue, 1 Mar 2016 18:07:53 +0000 (+0100) Subject: dev-ml/cmdliner: add ocamlbuild dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=739ba6890ee858a9e05a6183452428f3f1e4f6d9;p=gentoo.git dev-ml/cmdliner: add ocamlbuild dep Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier --- diff --git a/dev-ml/cmdliner/cmdliner-0.9.8.ebuild b/dev-ml/cmdliner/cmdliner-0.9.8.ebuild index 87faba390088..baf232bb70ab 100644 --- a/dev-ml/cmdliner/cmdliner-0.9.8.ebuild +++ b/dev-ml/cmdliner/cmdliner-0.9.8.ebuild @@ -15,8 +15,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="doc +ocamlopt" -DEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]" -RDEPEND="${DEPEND}" +RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]" +DEPEND="${RDEPEND} + dev-ml/ocamlbuild" src_compile() { ocaml pkg/build.ml \