commit: b9dcbce92e549d9ef4dac4323bec94a9a3f3a619
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 15:31:07 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 15:31:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9dcbce9
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(+)
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
}