summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-09-27 17:29:45 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-10-10 17:29:39 +0100
commit32958cecf72d3efd9c1c47a239faaba1f17ed26e (patch)
tree6a1a834bb4ff311b3ac1b02994f9fd06cf84f90d /app-emulation/qemu/qemu-9.1.0.ebuild
parentsys-firmware/edk2-ovmf-bin: Prepare for rename to sys-firmware/edk2-bin (diff)
downloadgentoo-32958cecf72d3efd9c1c47a239faaba1f17ed26e.tar.gz
gentoo-32958cecf72d3efd9c1c47a239faaba1f17ed26e.tar.bz2
gentoo-32958cecf72d3efd9c1c47a239faaba1f17ed26e.zip
sys-firmware/edk2-ovmf-bin: Rename to edk2-bin to support other platforms
The source package now supports other platforms so follow suit. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/qemu-9.1.0.ebuild')
-rw-r--r--app-emulation/qemu/qemu-9.1.0.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-emulation/qemu/qemu-9.1.0.ebuild b/app-emulation/qemu/qemu-9.1.0.ebuild
index 6f2ffb2e904e..e1255ec74319 100644
--- a/app-emulation/qemu/qemu-9.1.0.ebuild
+++ b/app-emulation/qemu/qemu-9.1.0.ebuild
@@ -246,7 +246,7 @@ SEABIOS_VERSION="1.16.3"
X86_FIRMWARE_DEPEND="
pin-upstream-blobs? (
- ~sys-firmware/edk2-ovmf-bin-${EDK2_OVMF_VERSION}
+ ~sys-firmware/edk2-bin-${EDK2_OVMF_VERSION}
~sys-firmware/ipxe-1.21.1[binary,qemu]
~sys-firmware/seabios-bin-${SEABIOS_VERSION}
~sys-firmware/sgabios-0.1_pre10[binary]
@@ -254,7 +254,7 @@ X86_FIRMWARE_DEPEND="
!pin-upstream-blobs? (
|| (
>=sys-firmware/edk2-${EDK2_OVMF_VERSION}
- >=sys-firmware/edk2-ovmf-bin-${EDK2_OVMF_VERSION}
+ >=sys-firmware/edk2-bin-${EDK2_OVMF_VERSION}
)
sys-firmware/ipxe[qemu]
|| (
@@ -957,8 +957,8 @@ pkg_postinst() {
if use pin-upstream-blobs && firmware_abi_change; then
ewarn "This version of qemu pins new versions of firmware blobs:"
- if has_version 'sys-firmware/edk2-ovmf-bin'; then
- ewarn " $(best_version sys-firmware/edk2-ovmf-bin)"
+ if has_version 'sys-firmware/edk2-bin'; then
+ ewarn " $(best_version sys-firmware/edk2-bin)"
else
ewarn " $(best_version sys-firmware/edk2)"
fi
@@ -984,8 +984,8 @@ pkg_info() {
echo "Using:"
echo " $(best_version app-emulation/spice-protocol)"
- if has_version 'sys-firmware/edk2-ovmf-bin'; then
- echo " $(best_version sys-firmware/edk2-ovmf-bin)"
+ if has_version 'sys-firmware/edk2-bin'; then
+ echo " $(best_version sys-firmware/edk2-bin)"
else
echo " $(best_version sys-firmware/edk2)"
fi