diff options
author | Sam James <sam@gentoo.org> | 2021-12-05 22:03:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-05 22:03:48 +0000 |
commit | 233ed6cb84e2e5ca7139127128d49d44a6a00370 (patch) | |
tree | f328aaf6b0e96640fc7685d048c306f531f2fa1b /sys-boot/refind | |
parent | media-libs/mesa: Condense Intel VIDEO_CARDS options (diff) | |
download | gentoo-233ed6cb84e2e5ca7139127128d49d44a6a00370.tar.gz gentoo-233ed6cb84e2e5ca7139127128d49d44a6a00370.tar.bz2 gentoo-233ed6cb84e2e5ca7139127128d49d44a6a00370.zip |
sys-boot/refind: Stabilize 0.13.2 amd64, #824786
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot/refind')
-rw-r--r-- | sys-boot/refind/refind-0.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/refind/refind-0.13.2.ebuild b/sys-boot/refind/refind-0.13.2.ebuild index ce3ba933229e..375df447651c 100644 --- a/sys-boot/refind/refind-0.13.2.ebuild +++ b/sys-boot/refind/refind-0.13.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${PN}-src-${PV}.tar.gz" LICENSE="BSD GPL-2 GPL-3 FDL-1.3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" FS_USE="btrfs +ext2 +ext4 hfs +iso9660 ntfs reiserfs" IUSE="${FS_USE} custom-cflags doc" |