diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 07:24:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-10 07:31:06 +0100 |
commit | 76d057a1812080b6a2989193b535c10c52240874 (patch) | |
tree | 6c4031bdfb3868a07fd47b31d3f46e1e853a5d4f /games-action | |
parent | games-action/solar2: fix src_prepare (diff) | |
download | gentoo-76d057a1812080b6a2989193b535c10c52240874.tar.gz gentoo-76d057a1812080b6a2989193b535c10c52240874.tar.bz2 gentoo-76d057a1812080b6a2989193b535c10c52240874.zip |
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@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/swordandsworcery/swordandsworcery-1.02-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games-action/swordandsworcery/swordandsworcery-1.02-r1.ebuild b/games-action/swordandsworcery/swordandsworcery-1.02-r1.ebuild index ba249b9f5fda..6481b751c3b8 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* \ |