summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-04-29 11:08:15 +0100
committerJames Le Cuirot <chewi@gentoo.org>2020-04-29 11:08:22 +0100
commit33e06e748ded1d938628b43bfd664f2ece852572 (patch)
tree6085248c0ff3f29924b4d3f47a98274d3eb807a2
parentnet-fs/samba: Security bump to versions 4.11.8 and 4.12.2 (diff)
downloadgentoo-33e06e74.tar.gz
gentoo-33e06e74.tar.bz2
gentoo-33e06e74.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>
-rw-r--r--games-emulation/advancemame/advancemame-3.9.ebuild2
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}"
}