games-board/openriichi: remove dependency on libsdl2[threads]

media-libs/libsdl2 removed the threads flag. It's enabled by default,
unless emscripten is used, which is not used in libsdl2 ebuild nor is
packaged on Gentoo afaik.

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2025-02-21 12:12:36 +01:00
parent 3a31dc3fac
commit 0f733bd093

View File

@@ -24,7 +24,7 @@ RDEPEND="
$(vala_depend)
dev-libs/libgee:0.8
media-libs/glew:0
media-libs/libsdl2[haptic,joystick,opengl,sound,threads,video]
media-libs/libsdl2[haptic,joystick,opengl,sound,video]
media-libs/sdl2-image[jpeg,png,tiff,webp]
media-libs/sdl2-mixer
x11-libs/gtk+:3