diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-12-01 00:17:25 +0000 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2020-12-02 13:37:09 +0200 |
commit | 9b314ffd10636926ebc6b34f71ce99e560e92f8d (patch) | |
tree | 3e561891ff74af1a063d3d8a7aabcb63d6ae8dc8 /games-action/violetland | |
parent | dev-python/pytest: Remove old (diff) | |
download | gentoo-9b314ffd10636926ebc6b34f71ce99e560e92f8d.tar.gz gentoo-9b314ffd10636926ebc6b34f71ce99e560e92f8d.tar.bz2 gentoo-9b314ffd10636926ebc6b34f71ce99e560e92f8d.zip |
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@asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/18466
Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'games-action/violetland')
-rw-r--r-- | games-action/violetland/violetland-0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/violetland/violetland-0.5.ebuild b/games-action/violetland/violetland-0.5.ebuild index 2046663755aa..5a534a0a0cf4 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 |