diff options
author | orbea <orbea@riseup.net> | 2024-03-02 08:32:05 -0800 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-21 02:45:09 +0000 |
commit | afd7ff992cc509f18baa5f65fe7788ecf4440b58 (patch) | |
tree | ee919dc7dbafee0334ff80e87e222c231868f0cd /games-emulation/gambatte-jg | |
parent | net-libs/webkit-gtk: Fixes ARM64 non-jumbo build (diff) | |
download | gentoo-afd7ff992cc509f18baa5f65fe7788ecf4440b58.tar.gz gentoo-afd7ff992cc509f18baa5f65fe7788ecf4440b58.tar.bz2 gentoo-afd7ff992cc509f18baa5f65fe7788ecf4440b58.zip |
games-emulation/gambatte-jg: update dependencies
Upstream decided to use the SDL renderer instead of opengl for
gambatte-example.
Upstream-Commit: https://gitlab.com/jgemu/gambatte/-/commit/9c11623a72412e821c594772ca335885c34b453b
Upstream-Commit: https://gitlab.com/jgemu/gambatte/-/commit/d0932d38f0df4ddc3a18e3465276eea9ff743166
Signed-off-by: orbea <orbea@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/35600
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation/gambatte-jg')
-rw-r--r-- | games-emulation/gambatte-jg/gambatte-jg-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild b/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild index 7cb90f422adf..f342303e1e39 100644 --- a/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild +++ b/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild @@ -29,8 +29,7 @@ REQUIRED_USE="|| ( examples jgmodule shared )" DEPEND=" examples? ( - media-libs/libglvnd - media-libs/libsdl2[opengl,sound,video] + media-libs/libsdl2[sound,video] media-libs/speexdsp ) jgmodule? ( |