diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-05-19 16:31:56 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-05-19 17:16:25 +0100 |
commit | ecb20e0249f51fa489fe9b80576a53d22aa87494 (patch) | |
tree | 39e109c5ff2bff889dac7c3acd25a13969643661 /games-action | |
parent | games-emulation/fceux: media-libs/libsdl2 will drop the threads USE flag (diff) | |
download | gentoo-ecb20e0249f51fa489fe9b80576a53d22aa87494.tar.gz gentoo-ecb20e0249f51fa489fe9b80576a53d22aa87494.tar.bz2 gentoo-ecb20e0249f51fa489fe9b80576a53d22aa87494.zip |
games-action/badland: media-libs/libsdl2 will drop the threads USE flag
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/badland/badland-121-r2.ebuild (renamed from games-action/badland/badland-121-r1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/badland/badland-121-r1.ebuild b/games-action/badland/badland-121-r2.ebuild index 0203c806f0db..214e66a1aa06 100644 --- a/games-action/badland/badland-121-r1.ebuild +++ b/games-action/badland/badland-121-r2.ebuild @@ -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 @@ -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 |