The ebuild currently has: ``` grub_platforms_efi-64? ( sys-boot/grub:2[grub_platforms_efi-64] sys-firmware/edk2-ovmf ) ``` Could this be changed to: ``` grub_platforms_efi-64? ( sys-boot/grub:2[grub_platforms_efi-64] || ( sys-firmware/edk2-ovmf sys-firmware/edk2-ovmf-bin ) ) ``` please? It's needed to make things a bit smoother if QEMU is installed with USE=pin-upstream-blobs.
Sure, give me a minute…
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091515f70cc64a94a805902183f58da13f747d19 commit 091515f70cc64a94a805902183f58da13f747d19 Author: Sebastian Pipping <sping@gentoo.org> AuthorDate: 2023-05-14 19:17:29 +0000 Commit: Sebastian Pipping <sping@gentoo.org> CommitDate: 2023-05-14 19:17:29 +0000 x11-misc/grub2-theme-preview: Allow sys-firmware/edk2-ovmf-bin Closes: https://bugs.gentoo.org/906334 Signed-off-by: Sebastian Pipping <sping@gentoo.org> x11-misc/grub2-theme-preview/grub2-theme-preview-2.7.0-r1.ebuild | 2 +- x11-misc/grub2-theme-preview/grub2-theme-preview-2.7.0.ebuild | 2 +- x11-misc/grub2-theme-preview/grub2-theme-preview-2.8.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)