From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1578807-garchives=archives.gentoo.org@lists.gentoo.org> 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 245CC158013 for <garchives@archives.gentoo.org>; Mon, 11 Dec 2023 16:37:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 501E82BC02D; Mon, 11 Dec 2023 16:37:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 354BA2BC02D for <gentoo-commits@lists.gentoo.org>; Mon, 11 Dec 2023 16:37:17 +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 209BB33D3CF for <gentoo-commits@lists.gentoo.org>; Mon, 11 Dec 2023 16:37:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75B44929 for <gentoo-commits@lists.gentoo.org>; Mon, 11 Dec 2023 16:37:14 +0000 (UTC) From: "WANG Xuerui" <xen0n@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" <xen0n@gentoo.org> Message-ID: <1702312514.e75b6d56e49cb6cdc29b3b804dd231b8d91a9a08.xen0n@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_rc1-r1.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: e75b6d56e49cb6cdc29b3b804dd231b8d91a9a08 X-VCS-Branch: master Date: Mon, 11 Dec 2023 16:37:14 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b62eb09b-0c5b-479c-9a44-f4aa06868aa0 X-Archives-Hash: 5ee536cb518a2a77a3afb165c8bbcd66 commit: e75b6d56e49cb6cdc29b3b804dd231b8d91a9a08 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Mon Dec 11 16:25:43 2023 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Mon Dec 11 16:35:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75b6d56 sys-boot/grub: keyword 2.12_rc1-r1 for ~loong This has been working on loong hardware for months already, yet still not officially tagged. So keyword for ~loong only, to save users from manual unmasking, and for easy testing of live media production. Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> sys-boot/grub/grub-2.12_rc1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-boot/grub/grub-2.12_rc1-r1.ebuild b/sys-boot/grub/grub-2.12_rc1-r1.ebuild index 6dbe31c4a41e..9e612e8b05a7 100644 --- a/sys-boot/grub/grub-2.12_rc1-r1.ebuild +++ b/sys-boot/grub/grub-2.12_rc1-r1.ebuild @@ -53,6 +53,7 @@ if [[ ${PV} != 9999 ]]; then S=${WORKDIR}/${P%_*} fi #KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~loong" else inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git"