Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906334 - x11-misc/grub2-theme-preview: allow sys-firmware/edk2-ovmf-bin in addition to sys-firmware/edk2-ovmf
Summary: x11-misc/grub2-theme-preview: allow sys-firmware/edk2-ovmf-bin in addition to...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-14 18:37 UTC by Sam James
Modified: 2023-05-14 19:18 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-05-14 18:37:43 UTC
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.
Comment 1 Sebastian Pipping gentoo-dev 2023-05-14 19:14:47 UTC
Sure, give me a minute…
Comment 2 Larry the Git Cow gentoo-dev 2023-05-14 19:18:32 UTC
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(-)