diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-12-12 00:25:43 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-12-12 00:35:14 +0800 |
commit | e75b6d56e49cb6cdc29b3b804dd231b8d91a9a08 (patch) | |
tree | 1d631ec774157965c7002c9244b7435dea5d26f7 /sys-boot | |
parent | net-im/ejabberd: backport fixes for ejabberdctl (diff) | |
download | gentoo-e75b6d56e49cb6cdc29b3b804dd231b8d91a9a08.tar.gz gentoo-e75b6d56e49cb6cdc29b3b804dd231b8d91a9a08.tar.bz2 gentoo-e75b6d56e49cb6cdc29b3b804dd231b8d91a9a08.zip |
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@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-2.12_rc1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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" |