commit: 9b314ffd10636926ebc6b34f71ce99e560e92f8d Author: Alexey Sokolov <sokolov <AT> google <DOT> com> AuthorDate: Tue Dec 1 00:17:25 2020 +0000 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org> CommitDate: Wed Dec 2 11:37:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b314ffd
games-action/violetland: fix dependency on libsdl Closes: https://bugs.gentoo.org/739072 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/18466 Signed-off-by: Stefan Strogin <steils <AT> gentoo.org> games-action/violetland/violetland-0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/violetland/violetland-0.5.ebuild b/games-action/violetland/violetland-0.5.ebuild index 2046663755a..5a534a0a0cf 100644 --- a/games-action/violetland/violetland-0.5.ebuild +++ b/games-action/violetland/violetland-0.5.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-libs/boost:=[threads(+)] - media-libs/libsdl[sound,video] + media-libs/libsdl[opengl,sound,video] media-libs/sdl-image[png] media-libs/sdl-mixer[vorbis] media-libs/sdl-ttf
