From 093cf4dd67d275d45316cbbb38d700f4a6d1ef32 Mon Sep 17 00:00:00 2001 From: davidkaroly <92124087+davidkaroly@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:12:46 +0100 Subject: [PATCH] qemu: update to 8.0.4 (#9377) * qemu: update to 8.0.4 * qemu: use python3 --- .../{qemu-8.0.3-haiku.patchset => qemu-8.0.4-haiku.patchset} | 0 .../qemu/patches/{qemu-8.0.3.patchset => qemu-8.0.4.patchset} | 0 app-emulation/qemu/{qemu-8.0.3.recipe => qemu-8.0.4.recipe} | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename app-emulation/qemu/patches/{qemu-8.0.3-haiku.patchset => qemu-8.0.4-haiku.patchset} (100%) rename app-emulation/qemu/patches/{qemu-8.0.3.patchset => qemu-8.0.4.patchset} (100%) rename app-emulation/qemu/{qemu-8.0.3.recipe => qemu-8.0.4.recipe} (98%) diff --git a/app-emulation/qemu/patches/qemu-8.0.3-haiku.patchset b/app-emulation/qemu/patches/qemu-8.0.4-haiku.patchset similarity index 100% rename from app-emulation/qemu/patches/qemu-8.0.3-haiku.patchset rename to app-emulation/qemu/patches/qemu-8.0.4-haiku.patchset diff --git a/app-emulation/qemu/patches/qemu-8.0.3.patchset b/app-emulation/qemu/patches/qemu-8.0.4.patchset similarity index 100% rename from app-emulation/qemu/patches/qemu-8.0.3.patchset rename to app-emulation/qemu/patches/qemu-8.0.4.patchset diff --git a/app-emulation/qemu/qemu-8.0.3.recipe b/app-emulation/qemu/qemu-8.0.4.recipe similarity index 98% rename from app-emulation/qemu/qemu-8.0.3.recipe rename to app-emulation/qemu/qemu-8.0.4.recipe index 4e480ee95..7e56852e0 100644 --- a/app-emulation/qemu/qemu-8.0.3.recipe +++ b/app-emulation/qemu/qemu-8.0.4.recipe @@ -9,7 +9,7 @@ COPYRIGHT="2003-2023 Fabrice Bellard" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://download.qemu.org/qemu-$portVersion.tar.xz" -CHECKSUM_SHA256="ecf4d32cbef9d397bfc8cc50e4d1e92a1b30253bf32e8ee73c7a8dcf9a232b09" +CHECKSUM_SHA256="81c817dda38af958be5bef1a6cf55b658bb2d3fb87c1e6a571de6b7b2c44516c" SOURCE_DIR="qemu-$portVersion" PATCHES=" qemu-$portVersion.patchset @@ -174,7 +174,7 @@ BUILD_PREREQUIRES=" cmd:iasl cmd:pkg_config$secondaryArchSuffix cmd:pod2man - cmd:python + cmd:python3 " BUILD()