commit: 312bb3bcffae9e7abb7bed8ae4c660c485ce053e Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Mon Jun 17 17:57:26 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Mon Jun 17 19:01:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312bb3bc
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 <AT> gentoo.org> sys-boot/refind/refind-0.14.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"
