commit:     a1b5caa4de4ebc1edb6052e159c63555467ec367
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 06:27:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 06:31:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b5caa4

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 <AT> gentoo.org>

 games-puzzle/splice/splice-20121120-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games-puzzle/splice/splice-20121120-r1.ebuild 
b/games-puzzle/splice/splice-20121120-r1.ebuild
index 91d02c16412..2a420c4413f 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

Reply via email to