diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 07:27:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-10 07:31:12 +0100 |
commit | a1b5caa4de4ebc1edb6052e159c63555467ec367 (patch) | |
tree | 4107afc48515acd4c27662e385bbe11354ffc872 /games-puzzle/splice | |
parent | games-puzzle/nightsky: fix src_prepare (diff) | |
download | gentoo-a1b5caa4de4ebc1edb6052e159c63555467ec367.tar.gz gentoo-a1b5caa4de4ebc1edb6052e159c63555467ec367.tar.bz2 gentoo-a1b5caa4de4ebc1edb6052e159c63555467ec367.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'games-puzzle/splice')
-rw-r--r-- | games-puzzle/splice/splice-20121120-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |