Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygame/
Date: Tue, 06 Oct 2020 13:13:18
Message-Id: 1601989986.cce72097ef2054316bec4b5ca38ea506ea6dc4df.sam@gentoo
1 commit: cce72097ef2054316bec4b5ca38ea506ea6dc4df
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 13:13:06 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 13:13:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce72097
7
8 dev-python/pygame: add media-libs/libsdl2[threads] dep
9
10 Prevent "pygame.error: SDL not built with thread support"
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-python/pygame/pygame-2.0.0_pre12.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/pygame/pygame-2.0.0_pre12.ebuild b/dev-python/pygame/pygame-2.0.0_pre12.ebuild
19 index 1db3ee0e3d0..acc59f0c4ea 100644
20 --- a/dev-python/pygame/pygame-2.0.0_pre12.ebuild
21 +++ b/dev-python/pygame/pygame-2.0.0_pre12.ebuild
22 @@ -28,8 +28,8 @@ RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
23 >=media-libs/sdl2-ttf-2.0.6
24 >=media-libs/smpeg2-0.4.4-r1
25 midi? ( media-libs/portmidi )
26 - X? ( >=media-libs/libsdl2-1.2.5[opengl?,video,X] )
27 - !X? ( >=media-libs/libsdl2-1.2.5 )"
28 + X? ( >=media-libs/libsdl2-1.2.5[opengl?,threads,video,X] )
29 + !X? ( >=media-libs/libsdl2-1.2.5[threads] )"
30 DEPEND="${RDEPEND}
31 test? (
32 media-libs/sdl2-image[gif,jpeg,png]