diff options
author | Sam James <sam@gentoo.org> | 2023-08-26 05:03:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-26 05:03:56 +0100 |
commit | d1ae887f0ac718f08efa3fcf9820317430ccfe2a (patch) | |
tree | 483d88bf29bd2b6592b9227226c736ae6e449c4a /app-emulation | |
parent | app-emulation/qemu: Stabilize 7.2.4 amd64, #909541 (diff) | |
download | gentoo-d1ae887f0ac718f08efa3fcf9820317430ccfe2a.tar.gz gentoo-d1ae887f0ac718f08efa3fcf9820317430ccfe2a.tar.bz2 gentoo-d1ae887f0ac718f08efa3fcf9820317430ccfe2a.zip |
app-emulation/qemu: Stabilize 7.2.4 x86, #909541
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-7.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-7.2.4.ebuild b/app-emulation/qemu/qemu-7.2.4.ebuild index 722591a56c29..8e520271cd22 100644 --- a/app-emulation/qemu/qemu-7.2.4.ebuild +++ b/app-emulation/qemu/qemu-7.2.4.ebuild @@ -41,7 +41,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" |