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:41:40
Message-Id: 1601991050.a5138cc2574a86d0213d150a4deaf68fd9984451.sam@gentoo
1 commit: a5138cc2574a86d0213d150a4deaf68fd9984451
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 13:30:50 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 13:30:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5138cc2
7
8 dev-python/pygame: add media-libs/libsdl2[threads] dep to 9999
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/pygame/pygame-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pygame/pygame-9999.ebuild b/dev-python/pygame/pygame-9999.ebuild
17 index 1023f6136c3..8a3845153d1 100644
18 --- a/dev-python/pygame/pygame-9999.ebuild
19 +++ b/dev-python/pygame/pygame-9999.ebuild
20 @@ -22,8 +22,8 @@ RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
21 >=media-libs/sdl2-ttf-2.0.6
22 >=media-libs/smpeg2-0.4.4-r1
23 midi? ( media-libs/portmidi )
24 - X? ( >=media-libs/libsdl2-1.2.5[opengl?,video,X] )
25 - !X? ( >=media-libs/libsdl2-1.2.5 )"
26 + X? ( >=media-libs/libsdl2-1.2.5[opengl?,threads,video,X] )
27 + !X? ( >=media-libs/libsdl2-1.2.5[threads] )"
28 DEPEND="${RDEPEND}
29 test? (
30 media-libs/sdl2-image[gif,jpeg,png]