From b9dcbce92e549d9ef4dac4323bec94a9a3f3a619 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sat, 16 Sep 2017 17:31:07 +0200 Subject: 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 --- dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev-ml/capnp-ocaml') 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 7820e1bd329..4d060a2a99a 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 } -- cgit v1.2.1