diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-11 16:46:06 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-11 16:59:47 +0100 |
commit | d70fb9b34f2a8784218a7b3d06bb19882501f654 (patch) | |
tree | 53f83a6ffb049287901b3d6892d972094f24769c /games-arcade | |
parent | games-arcade/supertux: Removed old (diff) | |
download | gentoo-d70fb9b34f2a8784218a7b3d06bb19882501f654.tar.gz gentoo-d70fb9b34f2a8784218a7b3d06bb19882501f654.tar.bz2 gentoo-d70fb9b34f2a8784218a7b3d06bb19882501f654.zip |
games-arcade/supertux: Revbump to fix severe issue with libsdl2-2.0.14
Bug: https://bugs.gentoo.org/764959
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/supertux/supertux-0.6.2-r1.ebuild (renamed from games-arcade/supertux/supertux-0.6.2.ebuild) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games-arcade/supertux/supertux-0.6.2.ebuild b/games-arcade/supertux/supertux-0.6.2-r1.ebuild index 9bf339a67250..9dafa4b81e21 100644 --- a/games-arcade/supertux/supertux-0.6.2.ebuild +++ b/games-arcade/supertux/supertux-0.6.2-r1.ebuild @@ -18,7 +18,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" +# =media-libs/libsdl2-2.0.14-r0 can cause supertux binary to move entire +# content of ${HOME} to ${HOME}/.local/share/supertux2/ +# DO NOT REMOVE THIS BLOCKER!!! See bug #764959 RDEPEND=" + !=media-libs/libsdl2-2.0.14-r0 >=dev-games/physfs-3.0 dev-libs/boost:= media-libs/freetype |