commit: cce72097ef2054316bec4b5ca38ea506ea6dc4df
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 6 13:13:06 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 6 13:13:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce72097
dev-python/pygame: add media-libs/libsdl2[threads] dep
Prevent "pygame.error: SDL not built with thread support"
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pygame/pygame-2.0.0_pre12.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pygame/pygame-2.0.0_pre12.ebuild
b/dev-python/pygame/pygame-2.0.0_pre12.ebuild
index 1db3ee0e3d0..acc59f0c4ea 100644
--- a/dev-python/pygame/pygame-2.0.0_pre12.ebuild
+++ b/dev-python/pygame/pygame-2.0.0_pre12.ebuild
@@ -28,8 +28,8 @@ RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
>=media-libs/sdl2-ttf-2.0.6
>=media-libs/smpeg2-0.4.4-r1
midi? ( media-libs/portmidi )
- X? ( >=media-libs/libsdl2-1.2.5[opengl?,video,X] )
- !X? ( >=media-libs/libsdl2-1.2.5 )"
+ X? ( >=media-libs/libsdl2-1.2.5[opengl?,threads,video,X] )
+ !X? ( >=media-libs/libsdl2-1.2.5[threads] )"
DEPEND="${RDEPEND}
test? (
media-libs/sdl2-image[gif,jpeg,png]