diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-09 13:52:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-09 13:55:53 +0200 |
commit | 85f4b124f62d9d03d0f446d01148d4f15829887f (patch) | |
tree | 803ca3bbaaffd16208c75966da77615d41c6dd19 /app-text/cb2bib | |
parent | net-analyzer/angst: Old (diff) | |
download | gentoo-85f4b124f62d9d03d0f446d01148d4f15829887f.tar.gz gentoo-85f4b124f62d9d03d0f446d01148d4f15829887f.tar.bz2 gentoo-85f4b124f62d9d03d0f446d01148d4f15829887f.zip |
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@gentoo.org>
Diffstat (limited to 'app-text/cb2bib')
-rw-r--r-- | app-text/cb2bib/cb2bib-2.0.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-text/cb2bib/cb2bib-2.0.0.ebuild b/app-text/cb2bib/cb2bib-2.0.0.ebuild index 70c2922ef25f..cf527a6f3760 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 |