diff options
author | Sam James <sam@gentoo.org> | 2024-05-02 12:18:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-02 12:18:55 +0100 |
commit | 24a5e9421181787fd4552fe6ef4ec40526359690 (patch) | |
tree | 6161293ab9a1054b53e2ce8d1e0c76d4aabdb0fa /app-emulation/qemu | |
parent | app-emulation/qemu: Stabilize 8.2.3 x86, #930932 (diff) | |
download | gentoo-24a5e9421181787fd4552fe6ef4ec40526359690.tar.gz gentoo-24a5e9421181787fd4552fe6ef4ec40526359690.tar.bz2 gentoo-24a5e9421181787fd4552fe6ef4ec40526359690.zip |
app-emulation/qemu: Stabilize 8.2.3 arm64, #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 41435b83c6d1..1c6bab186548 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" |