diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-05-19 15:50:44 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-05-19 17:14:31 +0100 |
commit | 213b1e730180d349d671974c5e79eefd702b94da (patch) | |
tree | bc5003cf7da7e688c69a65d47c4a90e33152b871 /dev-python/pygame | |
parent | sys-apps/sed: regenerate autoconf to get a Modern C fix in (diff) | |
download | gentoo-213b1e730180d349d671974c5e79eefd702b94da.tar.gz gentoo-213b1e730180d349d671974c5e79eefd702b94da.tar.bz2 gentoo-213b1e730180d349d671974c5e79eefd702b94da.zip |
dev-python/pygame: media-libs/libsdl2 will drop the threads USE flag
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/pygame')
-rw-r--r-- | dev-python/pygame/pygame-2.5.2-r1.ebuild (renamed from dev-python/pygame/pygame-2.5.2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pygame/pygame-2.5.2.ebuild b/dev-python/pygame/pygame-2.5.2-r1.ebuild index 411bbd6b6682..adcd4da66c44 100644 --- a/dev-python/pygame/pygame-2.5.2.ebuild +++ b/dev-python/pygame/pygame-2.5.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -35,8 +35,8 @@ RDEPEND=" media-libs/sdl2-image media-libs/sdl2-mixer media-libs/sdl2-ttf - X? ( media-libs/libsdl2[opengl?,threads,video,X] ) - !X? ( media-libs/libsdl2[threads] ) + X? ( media-libs/libsdl2[opengl?,threads(+),video,X] ) + !X? ( media-libs/libsdl2[threads(+)] ) " DEPEND=" ${RDEPEND} |