dev-ml/capnp-ocaml: run proper build target in src_compile to avoid building tests...
authorAlexis Ballier <aballier@gentoo.org>
Sat, 16 Sep 2017 15:31:07 +0000 (17:31 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Sat, 16 Sep 2017 15:31:16 +0000 (17:31 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild

index 7820e1bd32983460b835d50610c926e14291c189..4d060a2a99a20b5275bc6ecdf838da435d7eb1e9 100644 (file)
@@ -27,6 +27,10 @@ DEPEND="${RDEPEND}
        dev-ml/jbuilder
 "
 
+src_compile() {
+       emake build
+}
+
 src_install() {
        opam_src_install capnp
 }