diff options
author | Sam James <sam@gentoo.org> | 2024-05-02 12:18:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-02 12:18:52 +0100 |
commit | b68f993ccf9cad1cf5ce2d2ad946700bd17956b1 (patch) | |
tree | 93e80fde4b345f955558fbe1193b14c5d752e929 /app-emulation/qemu | |
parent | app-emulation/qemu: Stabilize 8.2.3 amd64, #930932 (diff) | |
download | gentoo-b68f993ccf9cad1cf5ce2d2ad946700bd17956b1.tar.gz gentoo-b68f993ccf9cad1cf5ce2d2ad946700bd17956b1.tar.bz2 gentoo-b68f993ccf9cad1cf5ce2d2ad946700bd17956b1.zip |
app-emulation/qemu: Stabilize 8.2.3 x86, #930932
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-8.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-8.2.3.ebuild b/app-emulation/qemu/qemu-8.2.3.ebuild index 2a9660029a83..41435b83c6d1 100644 --- a/app-emulation/qemu/qemu-8.2.3.ebuild +++ b/app-emulation/qemu/qemu-8.2.3.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" |