commit: 76d057a1812080b6a2989193b535c10c52240874
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 06:24:42 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 06:31:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d057a1
games-action/swordandsworcery: 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-action/swordandsworcery/swordandsworcery-1.02-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/games-action/swordandsworcery/swordandsworcery-1.02-r1.ebuild
b/games-action/swordandsworcery/swordandsworcery-1.02-r1.ebuild
index ba249b9f5fd..6481b751c3b 100644
--- a/games-action/swordandsworcery/swordandsworcery-1.02-r1.ebuild
+++ b/games-action/swordandsworcery/swordandsworcery-1.02-r1.ebuild
@@ -83,6 +83,8 @@ pkg_nofetch() {
}
src_prepare() {
+ default
+
if ! use bundled-libs ; then
einfo "removing bundled libs..."
rm -v lib/libcurl.so* lib/libSDL-1.2.so* \