diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-15 08:07:13 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-15 08:07:23 +0100 |
commit | 06885419ec426246e25b5fa0f35741622c325059 (patch) | |
tree | 2b8c1d835f435efa10914aa9192111effaf4b48c /dev-vcs/cvs-fast-export | |
parent | 9d84e4b24fcf1b2ecbd3bd7e67cfdbaa4c388f50 (diff) | |
download | gentoo-06885419ec426246e25b5fa0f35741622c325059.tar.gz gentoo-06885419ec426246e25b5fa0f35741622c325059.tar.xz |
dev-vcs/cvs-fast-export: build html docs sequentially
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-vcs/cvs-fast-export')
-rw-r--r-- | dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
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 |