summaryrefslogtreecommitdiff
path: root/dev-ml/capnp-ocaml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-09-16 17:31:07 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-09-16 17:31:16 +0200
commitb9dcbce92e549d9ef4dac4323bec94a9a3f3a619 (patch)
tree87eb30aff1eb90a4021a1d8582cab3fca6823ec2 /dev-ml/capnp-ocaml
parentd941893ebff76a422681a680a09e27207509d66e (diff)
downloadgentoo-b9dcbce92e549d9ef4dac4323bec94a9a3f3a619.tar.gz
gentoo-b9dcbce92e549d9ef4dac4323bec94a9a3f3a619.tar.xz
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
Diffstat (limited to 'dev-ml/capnp-ocaml')
-rw-r--r--dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild4
1 files changed, 4 insertions, 0 deletions
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
}