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 8411315812D for ; Mon, 06 Jan 2025 00:53:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7898AE07A7; Mon, 06 Jan 2025 00:53:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 F26A9E07A7 for ; Mon, 06 Jan 2025 00:53:46 +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 CC1EF340C57 for ; Mon, 06 Jan 2025 00:53:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FEAA11B5 for ; Mon, 06 Jan 2025 00:53:43 +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: <1736124756.d11c430cd07512639d7dfdaa1a5b1f207090e4e3.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-2407-r1.ebuild games-emulation/dolphin/dolphin-2407.ebuild games-emulation/dolphin/dolphin-5.0_p20220520-r3.ebuild games-emulation/dolphin/dolphin-5.0_p20220520-r4.ebuild games-emulation/dolphin/dolphin-9999.ebuild X-VCS-Directories: games-emulation/dolphin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d11c430cd07512639d7dfdaa1a5b1f207090e4e3 X-VCS-Branch: master Date: Mon, 06 Jan 2025 00:53:43 +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: d209fbee-34b5-4b95-9cbd-ed0e1248b326 X-Archives-Hash: 6c83d4b0d70352f6d03de43d570d97a3 commit: d11c430cd07512639d7dfdaa1a5b1f207090e4e3 Author: Azamat H. Hackimov gmail com> AuthorDate: Mon Jan 6 00:31:45 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 6 00:52:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11c430c games-emulation/dolphin: use slotted mbedtls:0 Dolphin requires MbedTLS from 2.28.x branch. Closes: https://bugs.gentoo.org/804966 Signed-off-by: Azamat H. Hackimov gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39994 Signed-off-by: Sam James gentoo.org> .../dolphin/{dolphin-2407.ebuild => dolphin-2407-r1.ebuild} | 4 ++-- ...olphin-5.0_p20220520-r3.ebuild => dolphin-5.0_p20220520-r4.ebuild} | 4 ++-- games-emulation/dolphin/dolphin-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games-emulation/dolphin/dolphin-2407.ebuild b/games-emulation/dolphin/dolphin-2407-r1.ebuild similarity index 99% rename from games-emulation/dolphin/dolphin-2407.ebuild rename to games-emulation/dolphin/dolphin-2407-r1.ebuild index acaf54505d6e..175fc3b388ce 100644 --- a/games-emulation/dolphin/dolphin-2407.ebuild +++ b/games-emulation/dolphin/dolphin-2407-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -81,7 +81,7 @@ RDEPEND=" media-libs/libsfml:= media-libs/libspng >=net-libs/enet-1.3.18:1.3= - net-libs/mbedtls:= + net-libs/mbedtls:0= net-misc/curl x11-libs/libX11 x11-libs/libXi diff --git a/games-emulation/dolphin/dolphin-5.0_p20220520-r3.ebuild b/games-emulation/dolphin/dolphin-5.0_p20220520-r4.ebuild similarity index 98% rename from games-emulation/dolphin/dolphin-5.0_p20220520-r3.ebuild rename to games-emulation/dolphin/dolphin-5.0_p20220520-r4.ebuild index 37564db0dd8f..4294f15f1643 100644 --- a/games-emulation/dolphin/dolphin-5.0_p20220520-r3.ebuild +++ b/games-emulation/dolphin/dolphin-5.0_p20220520-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -54,7 +54,7 @@ RDEPEND=" media-libs/libsfml:= media-libs/mesa[egl(+)] net-libs/enet:1.3 - net-libs/mbedtls:= + net-libs/mbedtls:0= net-misc/curl:= sys-libs/readline:= sys-libs/zlib:=[minizip] diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 5b6fcbbb843a..3b46bec0ea5d 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -81,7 +81,7 @@ RDEPEND=" media-libs/libsfml:= media-libs/libspng >=net-libs/enet-1.3.18:1.3= - net-libs/mbedtls:= + net-libs/mbedtls:0= net-misc/curl x11-libs/libX11 x11-libs/libXi