From: James Le Cuirot Date: Wed, 29 Apr 2020 10:08:15 +0000 (+0100) Subject: games-emulation/advancemame: Work around parallel install bug with -j1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=33e06e748ded1d938628b43bfd664f2ece852572;p=gentoo.git 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 --- 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}" }