From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDCF2138334 for ; Mon, 15 Oct 2018 07:07:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B40B3E089D; Mon, 15 Oct 2018 07:07:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79CD1E089D for ; Mon, 15 Oct 2018 07:07:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6724B335CCB for ; Mon, 15 Oct 2018 07:07:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D23853D6 for ; Mon, 15 Oct 2018 07:07:28 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1539587243.06885419ec426246e25b5fa0f35741622c325059.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/cvs-fast-export/cvs-fast-export-1.44.ebuild X-VCS-Directories: dev-vcs/cvs-fast-export/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 06885419ec426246e25b5fa0f35741622c325059 X-VCS-Branch: master Date: Mon, 15 Oct 2018 07:07:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 63206957-2ee3-4cb8-8ee7-924e31ca4534 X-Archives-Hash: e013361c03e33f14a825828b6b55e04c commit: 06885419ec426246e25b5fa0f35741622c325059 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Oct 15 07:07:13 2018 +0000 Commit: Sergei Trofimovich gentoo 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 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