commit: 60afe840ffd214365c9f46142d6c59af8f0cdce5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 06:27:31 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 06:31:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60afe840
games-puzzle/tiny-and-big: 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/tiny-and-big/tiny-and-big-1.4.1-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/games-puzzle/tiny-and-big/tiny-and-big-1.4.1-r1.ebuild
b/games-puzzle/tiny-and-big/tiny-and-big-1.4.1-r1.ebuild
index e19bbc2b3a3..e0c90bcce70 100644
--- a/games-puzzle/tiny-and-big/tiny-and-big-1.4.1-r1.ebuild
+++ b/games-puzzle/tiny-and-big/tiny-and-big-1.4.1-r1.ebuild
@@ -40,6 +40,8 @@ pkg_nofetch() {
}
src_prepare() {
+ default
+
if ! use bundled-libs ; then
rm -v $(usex amd64 "bin64" "bin32")/libCg{,GL}.so || die
"unbundling libs failed!"
fi