commit:     213b1e730180d349d671974c5e79eefd702b94da
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 14:50:44 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun May 19 16:14:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213b1e73

dev-python/pygame: media-libs/libsdl2 will drop the threads USE flag

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-python/pygame/{pygame-2.5.2.ebuild => pygame-2.5.2-r1.ebuild} | 6 +++---
 1 file 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
similarity index 94%
rename from dev-python/pygame/pygame-2.5.2.ebuild
rename to 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}

Reply via email to