dev-libs/bglibs: Parallel build is buggy

Bug: https://bugs.gentoo.org/343617
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2020-05-21 14:08:06 +02:00
parent cb0313bd94
commit 2def89a5b8

View File

@@ -45,7 +45,9 @@ src_configure() {
}
src_compile() {
default
# Parallel build fails, bug #343617
MAKEOPTS+=" -j1" default
if use doc; then
emake -C doc/latex pdf
fi