commit:     2f37b2eb542f61d5fd05be6865cf43105b60c1a5
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 20:28:21 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 20:43:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f37b2eb

media-libs/libsdl2: Drop threads USE flag from 2.30.7-r1

It's effectively mandatory now.

Closes: https://bugs.gentoo.org/931087
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/libsdl2/libsdl2-2.30.7-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-libs/libsdl2/libsdl2-2.30.7-r1.ebuild 
b/media-libs/libsdl2/libsdl2-2.30.7-r1.ebuild
index d9c01ce0e13c..2cc534369294 100644
--- a/media-libs/libsdl2/libsdl2-2.30.7-r1.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.30.7-r1.ebuild
@@ -15,7 +15,7 @@ LICENSE="ZLIB"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 
-IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx 
cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 custom-cflags dbus doc 
fcitx gles1 gles2 +haptic ibus jack +joystick kms libsamplerate nas opengl oss 
pipewire pulseaudio sndio +sound static-libs test +threads udev +video vulkan 
wayland X xscreensaver"
+IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx 
cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 custom-cflags dbus doc 
fcitx gles1 gles2 +haptic ibus jack +joystick kms libsamplerate nas opengl oss 
pipewire pulseaudio sndio +sound static-libs test udev +video vulkan wayland X 
xscreensaver"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="
        alsa? ( sound )
@@ -127,7 +127,6 @@ src_configure() {
                -DSDL_HAPTIC=$(usex haptic)
                -DSDL_POWER=ON
                -DSDL_FILESYSTEM=ON
-               -DSDL_PTHREADS=$(usex threads)
                -DSDL_TIMERS=ON
                -DSDL_FILE=ON
                -DSDL_LOADSO=ON

Reply via email to