diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-06-17 20:57:26 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-06-17 22:01:08 +0300 |
commit | 312bb3bcffae9e7abb7bed8ae4c660c485ce053e (patch) | |
tree | bfd433a2a8e1c8cfdd9e0638857591ecd3ab17f7 /sys-boot/refind | |
parent | sys-boot/gnu-efi: drop the refind patch (diff) | |
download | gentoo-312bb3bcffae9e7abb7bed8ae4c660c485ce053e.tar.gz gentoo-312bb3bcffae9e7abb7bed8ae4c660c485ce053e.tar.bz2 gentoo-312bb3bcffae9e7abb7bed8ae4c660c485ce053e.zip |
sys-boot/refind: pin sys-boot/gnu-efi to an older version
sys-boot/refind-0.14.0.2 (stable) does not boot with
>=sys-boot/gnu-efi-3.0.18, so pin it to max 3.0.17.
Bug: https://bugs.gentoo.org/934320
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'sys-boot/refind')
-rw-r--r-- | sys-boot/refind/refind-0.14.0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/refind/refind-0.14.0.2-r1.ebuild b/sys-boot/refind/refind-0.14.0.2-r1.ebuild index ae65b7eee2d1..9923ce1ba58a 100644 --- a/sys-boot/refind/refind-0.14.0.2-r1.ebuild +++ b/sys-boot/refind/refind-0.14.0.2-r1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86" FS_USE="btrfs +ext2 +ext4 hfs +iso9660 ntfs reiserfs" IUSE="${FS_USE} doc" -DEPEND="sys-boot/gnu-efi" +DEPEND="<sys-boot/gnu-efi-3.0.18" # for ld.bfd and objcopy BDEPEND="sys-devel/binutils" |