From: Alexis Ballier Date: Sat, 16 Sep 2017 15:31:07 +0000 (+0200) Subject: dev-ml/capnp-ocaml: run proper build target in src_compile to avoid building tests... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b9dcbce92e549d9ef4dac4323bec94a9a3f3a619;p=gentoo.git dev-ml/capnp-ocaml: run proper build target in src_compile to avoid building tests too, bug #630774 Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- diff --git a/dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild b/dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild index 7820e1bd3298..4d060a2a99a2 100644 --- a/dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild +++ b/dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild @@ -27,6 +27,10 @@ DEPEND="${RDEPEND} dev-ml/jbuilder " +src_compile() { + emake build +} + src_install() { opam_src_install capnp }