From: Benda Xu Date: Thu, 19 May 2016 04:54:23 +0000 (+0900) Subject: sci-physics/root: workaround for parallel make jobs. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=63082aaab0088aae7e3286c449c6da9140686fb2;p=gentoo.git sci-physics/root: workaround for parallel make jobs. Bug: 571638 Package-Manager: portage-2.2.28 --- diff --git a/sci-physics/root/root-5.34.32.ebuild b/sci-physics/root/root-5.34.32.ebuild index 5464aec231ee..659aee7058ce 100644 --- a/sci-physics/root/root-5.34.32.ebuild +++ b/sci-physics/root/root-5.34.32.ebuild @@ -340,6 +340,10 @@ src_configure() { } src_compile() { + # The build system does not handle the dependency of bin/rmkdepend correctly, + # preventing it to be called in parallel. Build bin/rmkdepend explicitly + # first to circumvent the problem. + emake bin/rmkdepend emake \ OPT="${CXXFLAGS}" \ F77OPT="${FFLAGS}" \