dev-vcs/cvs-fast-export: build html docs sequentially
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 15 Oct 2018 07:07:13 +0000 (08:07 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 15 Oct 2018 07:07:23 +0000 (08:07 +0100)
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild

index 3ad6a6b004d152552482107f7555a7b4635e7a4d..37967a3e145273a82270f69643294c38a8dc9b17 100644 (file)
@@ -34,6 +34,14 @@ src_prepare() {
                -i Makefile || die
 }
 
+src_compile() {
+       # '.adoc.html' rules can't be executed in parallel
+       # as they reuse the same 'docbook-xsl.css' file name.
+       emake -j1 html
+       # Allow full parallelism for the rest
+       emake
+}
+
 src_install() {
        default
        dodoc README