commit: 06885419ec426246e25b5fa0f35741622c325059
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 15 07:07:13 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Oct 15 07:07:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06885419
dev-vcs/cvs-fast-export: build html docs sequentially
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild
b/dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild
index 3ad6a6b004d..37967a3e145 100644
--- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild
@@ -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