Skip to content

Commit

Permalink
games-action/badland: media-libs/libsdl2 will drop the threads USE flag
Browse files Browse the repository at this point in the history
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed May 19, 2024
1 parent 1255893 commit ecb20e0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

inherit desktop wrapper xdg

Expand All @@ -25,7 +25,7 @@ RDEPEND="
media-libs/fontconfig:1.0[abi_x86_32]
media-libs/freetype:2[abi_x86_32]
media-libs/libpng-compat:1.2[abi_x86_32]
media-libs/libsdl2[abi_x86_32,joystick,opengl,sound,threads,video]
media-libs/libsdl2[abi_x86_32,joystick,opengl,sound,threads(+),video]
net-misc/curl[abi_x86_32]
>=sys-devel/gcc-4.6[cxx]
>=sys-libs/glibc-2.14
Expand Down

0 comments on commit ecb20e0

Please sign in to comment.