From a1b5caa4de4ebc1edb6052e159c63555467ec367 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 10 Apr 2021 07:27:02 +0100 Subject: games-puzzle/splice: fix src_prepare Don't shout! I don't own this game, so testing only got as far as pkg_nofetch, unfortunately. Luckily, changes were only to do with EAPI + games.eclass, so *should* be okay. Signed-off-by: Sam James --- games-puzzle/splice/splice-20121120-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'games-puzzle/splice') diff --git a/games-puzzle/splice/splice-20121120-r1.ebuild b/games-puzzle/splice/splice-20121120-r1.ebuild index 91d02c164129..2a420c4413f1 100644 --- a/games-puzzle/splice/splice-20121120-r1.ebuild +++ b/games-puzzle/splice/splice-20121120-r1.ebuild @@ -38,6 +38,8 @@ pkg_nofetch() { } src_prepare() { + default + einfo "Removing ${ARCH} unrelated files..." rm -v Splice.x86$(usex amd64 "" "_64") || die rm -rv Splice_Data/Mono/x86$(usex amd64 "" "_64") || die -- cgit v1.2.3-65-gdbad