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 BD3891580FD for ; Sat, 28 Dec 2024 09:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87947E0101; Sat, 28 Dec 2024 09:01:41 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F95AE0101 for ; Sat, 28 Dec 2024 09:01:41 +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 7D36633BE26 for ; Sat, 28 Dec 2024 09:01:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C0A897F for ; Sat, 28 Dec 2024 09:01:39 +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: <1735376495.e19f6f6fbfa6a7bb7ebe8bb84f6a21ce58b26413.mgorny@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.ebuild games-emulation/dolphin/dolphin-9999.ebuild X-VCS-Directories: games-emulation/dolphin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e19f6f6fbfa6a7bb7ebe8bb84f6a21ce58b26413 X-VCS-Branch: master Date: Sat, 28 Dec 2024 09:01:39 +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: 544b3e90-308a-4eec-be11-2f62fd40dce1 X-Archives-Hash: 7e466bfbacef1d5fc9091366c685b76e commit: e19f6f6fbfa6a7bb7ebe8bb84f6a21ce58b26413 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 28 08:41:01 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 28 09:01:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19f6f6f games-emulation/dolphin: Copy ~arm64 to newer versions Signed-off-by: Michał Górny gentoo.org> games-emulation/dolphin/dolphin-2407.ebuild | 2 +- games-emulation/dolphin/dolphin-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/dolphin/dolphin-2407.ebuild b/games-emulation/dolphin/dolphin-2407.ebuild index 412591f24d97..acaf54505d6e 100644 --- a/games-emulation/dolphin/dolphin-2407.ebuild +++ b/games-emulation/dolphin/dolphin-2407.ebuild @@ -48,7 +48,7 @@ else -> mgba-${MGBA_COMMIT}.tar.gz ) " - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi DESCRIPTION="Gamecube and Wii game emulator" diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 603588bd8b13..5b6fcbbb843a 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -48,7 +48,7 @@ else -> mgba-${MGBA_COMMIT}.tar.gz ) " - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi DESCRIPTION="Gamecube and Wii game emulator"