From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3BEB1581D3 for ; Sun, 19 May 2024 16:17:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79C2CE29FF; Sun, 19 May 2024 16:17:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FEA2E29FF for ; Sun, 19 May 2024 16:17:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87E2233BE9F for ; Sun, 19 May 2024 16:17:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB0B91ADE for ; Sun, 19 May 2024 16:17:25 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1716135382.1255893ee7a47aa8d1028bb1a6bd306d8d934f3a.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/fceux/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/fceux/fceux-2.6.6-r1.ebuild games-emulation/fceux/fceux-2.6.6.ebuild X-VCS-Directories: games-emulation/fceux/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 1255893ee7a47aa8d1028bb1a6bd306d8d934f3a X-VCS-Branch: master Date: Sun, 19 May 2024 16:17:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2db8c1fa-ce49-4ec7-b6ae-e4734e3d602e X-Archives-Hash: 3c93d1c9f50bb1ea5fabcbc7d5693749 commit: 1255893ee7a47aa8d1028bb1a6bd306d8d934f3a Author: James Le Cuirot gentoo org> AuthorDate: Sun May 19 15:28:48 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun May 19 16:16:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1255893e games-emulation/fceux: media-libs/libsdl2 will drop the threads USE flag Signed-off-by: James Le Cuirot gentoo.org> games-emulation/fceux/{fceux-2.6.6.ebuild => fceux-2.6.6-r1.ebuild} | 4 ++-- 1 file 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 similarity index 94% rename from games-emulation/fceux/fceux-2.6.6.ebuild rename to 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] )