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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7DE715813A for ; Sat, 18 Jan 2025 16:45:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95D70E08AA; Sat, 18 Jan 2025 16:45:04 +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 D83B8E08AD for ; Sat, 18 Jan 2025 16:45:03 +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 E663D335D6B for ; Sat, 18 Jan 2025 16:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8218E2082 for ; Sat, 18 Jan 2025 16:45:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1737218621.d5b8ac03b4e18add500686f7a49f015546c04f05.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/files/, games-emulation/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dolphin/dolphin-2412.ebuild games-emulation/dolphin/files/dolphin-2412-fix-libfmt-11.1.ebuild games-emulation/dolphin/files/dolphin-2412-fix-libfmt-11.1.patch X-VCS-Directories: games-emulation/dolphin/files/ games-emulation/dolphin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d5b8ac03b4e18add500686f7a49f015546c04f05 X-VCS-Branch: master Date: Sat, 18 Jan 2025 16:45:01 +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: 8b130e36-dce3-4adc-b15e-261f97b49239 X-Archives-Hash: be04393332338c04aa35925607fb3048 commit: d5b8ac03b4e18add500686f7a49f015546c04f05 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 18 16:43:41 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 18 16:43:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b8ac03 games-emulation/dolphin: Rename patches to use .patch suffix Signed-off-by: Michał Górny gentoo.org> games-emulation/dolphin/dolphin-2412.ebuild | 2 +- ...n-2412-fix-libfmt-11.1.ebuild => dolphin-2412-fix-libfmt-11.1.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/dolphin/dolphin-2412.ebuild b/games-emulation/dolphin/dolphin-2412.ebuild index 43af88d4f93b..ed35d8d995a4 100644 --- a/games-emulation/dolphin/dolphin-2412.ebuild +++ b/games-emulation/dolphin/dolphin-2412.ebuild @@ -157,7 +157,7 @@ declare -A KEEP_BUNDLED=( PATCHES=( "${FILESDIR}"/dolphin-2407-minizip.patch - "${FILESDIR}"/dolphin-2412-fix-libfmt-11.1.ebuild + "${FILESDIR}"/dolphin-2412-fix-libfmt-11.1.patch "${FILESDIR}"/dolphin-2412-fix-build-without-retro-achievements.patch ) diff --git a/games-emulation/dolphin/files/dolphin-2412-fix-libfmt-11.1.ebuild b/games-emulation/dolphin/files/dolphin-2412-fix-libfmt-11.1.patch similarity index 100% rename from games-emulation/dolphin/files/dolphin-2412-fix-libfmt-11.1.ebuild rename to games-emulation/dolphin/files/dolphin-2412-fix-libfmt-11.1.patch