diff options
author | Matthias Maier <tamiko@gentoo.org> | 2021-06-27 03:10:38 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2021-06-27 03:11:02 -0500 |
commit | dc9587461b24be212de1d2b7cc54e0423240861c (patch) | |
tree | 7f2d533f9e0b3f725b87dd4025cdf7183fdb12db /app-emulation/qemu/qemu-9999.ebuild | |
parent | sys-firmware/edk2-ovmf: drop vulnerable (diff) | |
download | gentoo-dc9587461b24be212de1d2b7cc54e0423240861c.tar.gz gentoo-dc9587461b24be212de1d2b7cc54e0423240861c.tar.bz2 gentoo-dc9587461b24be212de1d2b7cc54e0423240861c.zip |
app-emulation/qemu: pin new firmware versions
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/qemu-9999.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index a3eabad867ae..9919b6047c69 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -6,7 +6,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{7,8,9,10} ) PYTHON_REQ_USE="ncurses,readline" -FIRMWARE_ABI_VERSION="5.2.0-r50" +FIRMWARE_ABI_VERSION="6.0.0-r50" inherit eutils linux-info toolchain-funcs multilib python-r1 inherit udev fcaps readme.gentoo-r1 pax-utils l10n xdg-utils @@ -213,17 +213,18 @@ SOFTMMU_TOOLS_DEPEND=" zstd? ( >=app-arch/zstd-1.4.0[static-libs(+)] ) " +EDK2_OVMF_VERSION="202105" SEABIOS_VERSION="1.14.0" X86_FIRMWARE_DEPEND=" pin-upstream-blobs? ( - ~sys-firmware/edk2-ovmf-202008[binary] + ~sys-firmware/edk2-ovmf-${EDK2_OVMF_VERSION}[binary] ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-${SEABIOS_VERSION}[binary,seavgabios] ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( - sys-firmware/edk2-ovmf + >=sys-firmware/edk2-ovmf-${EDK2_OVMF_VERSION} sys-firmware/ipxe[qemu] >=sys-firmware/seabios-${SEABIOS_VERSION}[seavgabios] sys-firmware/sgabios |