commit:     85f4b124f62d9d03d0f446d01148d4f15829887f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 11:52:30 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 11:55:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f4b124

app-text/cb2bib: Workaround parallel build failure

See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966814

Closes: https://bugs.gentoo.org/709940
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/cb2bib/cb2bib-2.0.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/app-text/cb2bib/cb2bib-2.0.0.ebuild 
b/app-text/cb2bib/cb2bib-2.0.0.ebuild
index 70c2922ef25..cf527a6f376 100644
--- a/app-text/cb2bib/cb2bib-2.0.0.ebuild
+++ b/app-text/cb2bib/cb2bib-2.0.0.ebuild
@@ -43,6 +43,11 @@ src_configure() {
                $(use !lzo && echo -config disable_lzo)
 }
 
+src_compile() {
+       # bug #709940
+       emake -j1
+}
+
 src_install() {
        emake INSTALL_ROOT="${D}" install
        einstalldocs

Reply via email to