mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -80,7 +80,7 @@ src_compile() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install \
|
||||
emake -j1 install \
|
||||
VERSION="${PV}" \
|
||||
DESTDIR="${D}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user