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 7532D15808B for ; Fri, 4 Oct 2024 22:47:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DBA5E29C0; Fri, 4 Oct 2024 22:47:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 34308E29BC for ; Fri, 4 Oct 2024 22:47:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BFDA343072 for ; Fri, 4 Oct 2024 22:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD966E8A for ; Fri, 4 Oct 2024 22:47:48 +0000 (UTC) From: "Yuan Liao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuan Liao" Message-ID: <1728080295.3a74bcdf3ef29cc86bd3f6646486b8d1f1b4f620.liaoyuan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/dosbox-x/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-emulation/dosbox-x/dosbox-x-2024.07.01.ebuild games-emulation/dosbox-x/dosbox-x-9999.ebuild X-VCS-Directories: games-emulation/dosbox-x/ X-VCS-Committer: liaoyuan X-VCS-Committer-Name: Yuan Liao X-VCS-Revision: 3a74bcdf3ef29cc86bd3f6646486b8d1f1b4f620 X-VCS-Branch: dev Date: Fri, 4 Oct 2024 22:47:48 +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: 3578c873-b14b-49c6-aa14-715f7e601105 X-Archives-Hash: 6d72b0bd6cb142deecf54563ba9e4852 commit: 3a74bcdf3ef29cc86bd3f6646486b8d1f1b4f620 Author: Yuan Liao gmail com> AuthorDate: Fri Oct 4 22:18:15 2024 +0000 Commit: Yuan Liao gmail com> CommitDate: Fri Oct 4 22:18:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a74bcdf games-emulation/dosbox-x: Update for libsdl2's dropped IUSE=threads Closes: https://bugs.gentoo.org/940731 Signed-off-by: Yuan Liao gmail.com> games-emulation/dosbox-x/dosbox-x-2024.07.01.ebuild | 2 +- games-emulation/dosbox-x/dosbox-x-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/dosbox-x/dosbox-x-2024.07.01.ebuild b/games-emulation/dosbox-x/dosbox-x-2024.07.01.ebuild index 3a9d16acc..7372dc2d4 100644 --- a/games-emulation/dosbox-x/dosbox-x-2024.07.01.ebuild +++ b/games-emulation/dosbox-x/dosbox-x-2024.07.01.ebuild @@ -49,7 +49,7 @@ BDEPEND=" # this ebuild already unconditionally pulls in media-libs/alsa-lib. COMMON_DEPEND=" media-libs/alsa-lib - media-libs/libsdl2[X,alsa,opengl?,sound,threads,video] + media-libs/libsdl2[X,alsa,opengl?,sound,threads(+),video] media-libs/sdl2-net net-libs/libpcap sys-libs/zlib diff --git a/games-emulation/dosbox-x/dosbox-x-9999.ebuild b/games-emulation/dosbox-x/dosbox-x-9999.ebuild index 3a9d16acc..7372dc2d4 100644 --- a/games-emulation/dosbox-x/dosbox-x-9999.ebuild +++ b/games-emulation/dosbox-x/dosbox-x-9999.ebuild @@ -49,7 +49,7 @@ BDEPEND=" # this ebuild already unconditionally pulls in media-libs/alsa-lib. COMMON_DEPEND=" media-libs/alsa-lib - media-libs/libsdl2[X,alsa,opengl?,sound,threads,video] + media-libs/libsdl2[X,alsa,opengl?,sound,threads(+),video] media-libs/sdl2-net net-libs/libpcap sys-libs/zlib