commit: ec25a26767d044393484328825f6d82618001e4c Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sat Nov 23 09:40:50 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sat Nov 23 09:48:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec25a267
sys-boot/refind: pin sys-boot/gnu-efi to <4.0.0 Bug: https://bugs.gentoo.org/944562 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> sys-boot/refind/refind-0.14.2-r2.ebuild | 2 +- sys-boot/refind/refind-0.14.2-r3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/refind/refind-0.14.2-r2.ebuild b/sys-boot/refind/refind-0.14.2-r2.ebuild index 9897b9108ce3..85984c41cc6d 100644 --- a/sys-boot/refind/refind-0.14.2-r2.ebuild +++ b/sys-boot/refind/refind-0.14.2-r2.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-4.0.0" # for ld.bfd and objcopy BDEPEND="sys-devel/binutils" diff --git a/sys-boot/refind/refind-0.14.2-r3.ebuild b/sys-boot/refind/refind-0.14.2-r3.ebuild index ee7c4a3ed0ca..1ae2bbe01929 100644 --- a/sys-boot/refind/refind-0.14.2-r3.ebuild +++ b/sys-boot/refind/refind-0.14.2-r3.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-4.0.0" # for ld.bfd and objcopy BDEPEND="sys-devel/binutils"
