From 33e06e748ded1d938628b43bfd664f2ece852572 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Wed, 29 Apr 2020 11:08:15 +0100 Subject: [PATCH] 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 --- 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 a0c04dabff66..94f891024387 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}" } -- 2.26.2