diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-04-29 11:08:15 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-04-29 11:08:22 +0100 |
commit | 33e06e748ded1d938628b43bfd664f2ece852572 (patch) | |
tree | 6085248c0ff3f29924b4d3f47a98274d3eb807a2 /games-emulation | |
parent | net-fs/samba: Security bump to versions 4.11.8 and 4.12.2 (diff) | |
download | gentoo-33e06e748ded1d938628b43bfd664f2ece852572.tar.gz gentoo-33e06e748ded1d938628b43bfd664f2ece852572.tar.bz2 gentoo-33e06e748ded1d938628b43bfd664f2ece852572.zip |
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@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/advancemame/advancemame-3.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}" } |