diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-25 12:51:28 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-25 12:51:36 +0300 |
commit | 9a07739c8c6f41556b7df785968b3c3761ad4548 (patch) | |
tree | 0675f50d15b6977a2c1663f5a4aa5a5370beb3a6 /sys-boot | |
parent | sys-boot/refind: Stabilize 0.14.2-r1 amd64, #938484 (diff) | |
download | gentoo-9a07739c8c6f41556b7df785968b3c3761ad4548.tar.gz gentoo-9a07739c8c6f41556b7df785968b3c3761ad4548.tar.bz2 gentoo-9a07739c8c6f41556b7df785968b3c3761ad4548.zip |
sys-boot/refind: Stabilize 0.14.2-r1 x86, #938484
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/refind/refind-0.14.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/refind/refind-0.14.2-r1.ebuild b/sys-boot/refind/refind-0.14.2-r1.ebuild index 1732d360c179..c740e9743943 100644 --- a/sys-boot/refind/refind-0.14.2-r1.ebuild +++ b/sys-boot/refind/refind-0.14.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PV}/${PN}-src-${PV}.t LICENSE="BSD CC-BY-SA-3.0 CC-BY-SA-4.0 FDL-1.3 GPL-2+ GPL-3+ LGPL-3+" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" FS_USE="btrfs +ext2 +ext4 hfs +iso9660 ntfs reiserfs" IUSE="${FS_USE} doc" |