diff options
author | 2024-04-29 16:39:51 +0100 | |
---|---|---|
committer | 2024-04-29 16:40:09 +0100 | |
commit | f513ae206a60980d52e6ab032e0d22f002b1ce7c (patch) | |
tree | 6ab6f8bfa0d7f2929a237c2d68a38f8974b6460c /app-emulation/qemu | |
parent | app-emulation/qemu: Stabilize 8.0.5 ppc64, #914827 (diff) | |
download | gentoo-f513ae206a60980d52e6ab032e0d22f002b1ce7c.tar.gz gentoo-f513ae206a60980d52e6ab032e0d22f002b1ce7c.tar.bz2 gentoo-f513ae206a60980d52e6ab032e0d22f002b1ce7c.zip |
app-emulation/qemu: Stabilize 8.0.5 x86, #914827
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-8.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-8.0.5.ebuild b/app-emulation/qemu/qemu-8.0.5.ebuild index 407a26efd049..32cb18d7115d 100644 --- a/app-emulation/qemu/qemu-8.0.5.ebuild +++ b/app-emulation/qemu/qemu-8.0.5.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" |