commit: a6445d686f642c566a6425910b3a6a508d92aaa1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 06:26:21 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 06:31:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6445d68
games-misc/papers-please: 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-misc/papers-please/papers-please-1.1.65.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/games-misc/papers-please/papers-please-1.1.65.ebuild
b/games-misc/papers-please/papers-please-1.1.65.ebuild
index 59cdcab89c9..ec28d2a4a6d 100644
--- a/games-misc/papers-please/papers-please-1.1.65.ebuild
+++ b/games-misc/papers-please/papers-please-1.1.65.ebuild
@@ -48,6 +48,8 @@ pkg_nofetch() {
}
src_prepare() {
+ default
+
rm -v launch.sh LICENSE || die
mv README "${T}"/README || die
}