commit: 0f733bd09345635c2accf3df6d6fa45c70d3af2c
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Feb 21 11:12:36 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Feb 21 11:12:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f733bd0
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 <AT> gmail.com>
games-board/openriichi/openriichi-0.2.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-board/openriichi/openriichi-0.2.1.1.ebuild
b/games-board/openriichi/openriichi-0.2.1.1.ebuild
index a56bc710d..7aab0b7a3 100644
--- a/games-board/openriichi/openriichi-0.2.1.1.ebuild
+++ b/games-board/openriichi/openriichi-0.2.1.1.ebuild
@@ -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