Diff refind-0.14.2-r3 with a refind-0.14.2-r4

/usr/portage/sys-boot/refind/refind-0.14.2-r4.ebuild 2026-01-08 10:18:06.759008091 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11

  
12 12
LICENSE="BSD CC-BY-SA-3.0 CC-BY-SA-4.0 FDL-1.3 GPL-2+ GPL-3+ LGPL-3+"
13 13
SLOT="0"
14
KEYWORDS="amd64 x86"
14
KEYWORDS="~amd64 ~x86"
15 15
FS_USE="btrfs +ext2 +ext4 hfs +iso9660 ntfs reiserfs"
16 16
IUSE="${FS_USE} doc"
17 17

  
......
27 27
	"${FILESDIR}"/${P}-fix-gnu-efi-3.0.18.patch
28 28
	"${FILESDIR}"/${P}-fix-freestanding-on-musl.patch
29 29
	"${FILESDIR}"/${P}-fix-btrfs-on-musl.patch
30
	"${FILESDIR}"/${P}-fix-shim-name.patch
30 31
)
31 32

  
32 33
checktools() {
Thank you!