From 5584eb92a357f44bc08ad031c5df33c3b96e262d Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 10 Apr 2021 07:26:39 +0100 Subject: games-puzzle/nightsky: 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/nightsky/nightsky-20111222-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'games-puzzle') diff --git a/games-puzzle/nightsky/nightsky-20111222-r1.ebuild b/games-puzzle/nightsky/nightsky-20111222-r1.ebuild index 40531c825899..f74d7895b84c 100644 --- a/games-puzzle/nightsky/nightsky-20111222-r1.ebuild +++ b/games-puzzle/nightsky/nightsky-20111222-r1.ebuild @@ -47,6 +47,8 @@ pkg_nofetch() { } src_prepare() { + default + einfo "Removing ${ARCH} unrelated files..." rm -v NightSkyHD$(usex amd64 "" "_64") || die rm -rv lib$(usex amd64 "" "64") || die -- cgit v1.2.3-65-gdbad