dev-ml/camlbz2: disable // make, it sometimes fails
authorAlexis Ballier <aballier@gentoo.org>
Thu, 13 Jul 2017 20:58:58 +0000 (22:58 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Thu, 13 Jul 2017 20:59:10 +0000 (22:59 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-ml/camlbz2/camlbz2-0.6.0.ebuild

index d9bbd48ae93f4bc0909cfca716083dd8fb802f41..8eb275d3451e31bf7a79e8730a4a60d075442f0a 100644 (file)
@@ -18,6 +18,10 @@ DEPEND="app-arch/bzip2
        >=dev-lang/ocaml-3.12:=[ocamlopt]"
 RDEPEND="${DEPEND}"
 
+src_compile() {
+       emake -j1
+}
+
 src_install() {
        findlib_src_preinst
        emake DESTDIR="${OCAMLFIND_DESTDIR}" install