diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-11-24 16:46:48 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-11-24 16:46:48 +0100 |
commit | f3d6a726c8d731e6b71c075de831d2bd0413cb96 (patch) | |
tree | 5bd82291b0e95a9872bcfadb679b8a16bc0896a2 /app-emulation | |
parent | dev-libs/liblogging: Stabilize 1.0.7 amd64, #940658 (diff) | |
download | gentoo-f3d6a726c8d731e6b71c075de831d2bd0413cb96.tar.gz gentoo-f3d6a726c8d731e6b71c075de831d2bd0413cb96.tar.bz2 gentoo-f3d6a726c8d731e6b71c075de831d2bd0413cb96.zip |
app-emulation/qemu: Stabilize 8.2.7 x86, #941496
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-8.2.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-8.2.7.ebuild b/app-emulation/qemu/qemu-8.2.7.ebuild index 55910aad6115..6d3d77d66526 100644 --- a/app-emulation/qemu/qemu-8.2.7.ebuild +++ b/app-emulation/qemu/qemu-8.2.7.ebuild @@ -47,7 +47,7 @@ else fi S="${WORKDIR}/${MY_P}" - [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |