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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 611E915813A for ; Mon, 20 Jan 2025 04:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75222E0769; Mon, 20 Jan 2025 04:11:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5D6BBE0769 for ; Mon, 20 Jan 2025 04:11:21 +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 6E352340C53 for ; Mon, 20 Jan 2025 04:11:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAF6797F for ; Mon, 20 Jan 2025 04:11:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1737346247.c78c4dd6db1a0dd4b69f6ae12145e98ca5ecb606.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dolphin/dolphin-2412-r1.ebuild games-emulation/dolphin/dolphin-2412.ebuild X-VCS-Directories: games-emulation/dolphin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c78c4dd6db1a0dd4b69f6ae12145e98ca5ecb606 X-VCS-Branch: master Date: Mon, 20 Jan 2025 04:11:18 +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: 4666c8f4-f413-4e66-9d28-780a8c80b65e X-Archives-Hash: 6d7bb51784d3ec5aab535c4b8bc57e04 commit: c78c4dd6db1a0dd4b69f6ae12145e98ca5ecb606 Author: IcySlurpee <1784495+IcySlurpee users noreply github com> AuthorDate: Sun Jan 19 19:11:41 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 20 04:10:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78c4dd6 games-emulation/dolphin: require newer sdl2 Dolphin v2412 requires >=media-libs/libsdl2-2.30.9 when built with the sdl USE flag. Closes: https://bugs.gentoo.org/948415 Signed-off-by: IcySlurpee <1784495+IcySlurpee users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/40213 Signed-off-by: Sam James gentoo.org> games-emulation/dolphin/{dolphin-2412.ebuild => dolphin-2412-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/dolphin/dolphin-2412.ebuild b/games-emulation/dolphin/dolphin-2412-r1.ebuild similarity index 99% rename from games-emulation/dolphin/dolphin-2412.ebuild rename to games-emulation/dolphin/dolphin-2412-r1.ebuild index ed35d8d995a4..c93526544485 100644 --- a/games-emulation/dolphin/dolphin-2412.ebuild +++ b/games-emulation/dolphin/dolphin-2412-r1.ebuild @@ -101,7 +101,7 @@ RDEPEND=" llvm? ( $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}=') ) profile? ( dev-util/oprofile ) pulseaudio? ( media-libs/libpulse ) - sdl? ( media-libs/libsdl2 ) + sdl? ( >=media-libs/libsdl2-2.30.9 ) systemd? ( sys-apps/systemd:0= ) upnp? ( net-libs/miniupnpc:= ) "