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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5DF7158041 for ; Wed, 13 Mar 2024 00:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFBDEE29C5; Wed, 13 Mar 2024 00:54:09 +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 C562BE29C5 for ; Wed, 13 Mar 2024 00:54:09 +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 DD20933BEE8 for ; Wed, 13 Mar 2024 00:54:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B8DE1515 for ; Wed, 13 Mar 2024 00:54:07 +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: <1710291188.1131751a6c75e5245d75871ee863a86185872f3b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-2.12-r2.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1131751a6c75e5245d75871ee863a86185872f3b X-VCS-Branch: master Date: Wed, 13 Mar 2024 00:54:07 +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: 00df9986-f0b4-4285-bc05-79060394e3f5 X-Archives-Hash: e034167fa83d1f447871b5c60c2a021b commit: 1131751a6c75e5245d75871ee863a86185872f3b Author: Sam James gentoo org> AuthorDate: Wed Mar 13 00:53:08 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 13 00:53:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1131751a sys-boot/grub: Stabilize 2.12-r2 arm, #922889 Signed-off-by: Sam James gentoo.org> sys-boot/grub/grub-2.12-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/grub/grub-2.12-r2.ebuild b/sys-boot/grub/grub-2.12-r2.ebuild index c17033948a37..db94e641ab0d 100644 --- a/sys-boot/grub/grub-2.12-r2.ebuild +++ b/sys-boot/grub/grub-2.12-r2.ebuild @@ -55,7 +55,7 @@ if [[ ${PV} != 9999 ]]; then S=${WORKDIR}/${P%_*} fi BDEPEND="verify-sig? ( sec-keys/openpgp-keys-danielkiper )" - KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm ~arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86" else inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git"