diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-05-19 16:28:48 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-05-19 17:16:22 +0100 |
commit | 1255893ee7a47aa8d1028bb1a6bd306d8d934f3a (patch) | |
tree | c0eade07d600fb10d8f724cbc1c4ac0537bda6e0 /games-emulation | |
parent | games-action/apotheon: media-libs/libsdl2 will drop the threads USE flag, EAPI 8 (diff) | |
download | gentoo-1255893ee7a47aa8d1028bb1a6bd306d8d934f3a.tar.gz gentoo-1255893ee7a47aa8d1028bb1a6bd306d8d934f3a.tar.bz2 gentoo-1255893ee7a47aa8d1028bb1a6bd306d8d934f3a.zip |
games-emulation/fceux: media-libs/libsdl2 will drop the threads USE flag
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/fceux/fceux-2.6.6-r1.ebuild (renamed from games-emulation/fceux/fceux-2.6.6.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/fceux/fceux-2.6.6.ebuild b/games-emulation/fceux/fceux-2.6.6-r1.ebuild index 429084169f18..a610a06cc96e 100644 --- a/games-emulation/fceux/fceux-2.6.6.ebuild +++ b/games-emulation/fceux/fceux-2.6.6-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 @@ -22,7 +22,7 @@ REQUIRED_USE="${LUA_REQUIRED_USE}" RDEPEND=" ${LUA_DEPS} media-libs/libglvnd - media-libs/libsdl2[joystick,sound,threads,video] + media-libs/libsdl2[joystick,sound,threads(+),video] sys-libs/zlib:=[minizip] archive? ( app-arch/libarchive:= ) qt6? ( dev-qt/qtbase:6[gui,opengl,widgets,-gles2-only] ) |