diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 23:22:22 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-14 00:09:34 +0200 |
commit | 84c4c5683821d787c70616e7a0da30e239eb2a37 (patch) | |
tree | c8ecfe8584ab171ce143eb297e72c39c8c9d6cf4 /dev-lang/ocaml | |
parent | sci-mathematics/coq: Remove old (diff) | |
download | gentoo-84c4c5683821d787c70616e7a0da30e239eb2a37.tar.gz gentoo-84c4c5683821d787c70616e7a0da30e239eb2a37.tar.bz2 gentoo-84c4c5683821d787c70616e7a0da30e239eb2a37.zip |
dev-lang/ocaml: serialize build a bit more as it sometimes fails
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.05.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ocaml/ocaml-4.05.0.ebuild b/dev-lang/ocaml/ocaml-4.05.0.ebuild index 50a84eacf4e6..a7d4ff33ac53 100644 --- a/dev-lang/ocaml/ocaml-4.05.0.ebuild +++ b/dev-lang/ocaml/ocaml-4.05.0.ebuild @@ -93,7 +93,7 @@ src_compile() { if use ocamlopt ; then # bug #279968 emake opt - emake opt.opt + emake -j1 opt.opt fi } |