commit:     33e06e748ded1d938628b43bfd664f2ece852572
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 10:08:15 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 10:08:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e06e74

games-emulation/advancemame: Work around parallel install bug with -j1

I'll try to fix it properly later.

Bug: https://bugs.gentoo.org/665770
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-emulation/advancemame/advancemame-3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-emulation/advancemame/advancemame-3.9.ebuild 
b/games-emulation/advancemame/advancemame-3.9.ebuild
index a0c04dabff6..94f89102438 100644
--- a/games-emulation/advancemame/advancemame-3.9.ebuild
+++ b/games-emulation/advancemame/advancemame-3.9.ebuild
@@ -80,7 +80,7 @@ src_compile() {
 }
 
 src_install() {
-       emake install \
+       emake -j1 install \
                VERSION="${PV}" \
                DESTDIR="${D}"
 }

Reply via email to