diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-18 18:43:50 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-18 18:43:50 +0300 |
commit | ccc8a3856a3ba2fb8eb184883026731a4197d621 (patch) | |
tree | 57a2a98a3196e30f0f04c83d12db6a4a6c0a6c0a /app-emulation | |
parent | dev-libs/wayland-protocols: Stabilize 1.37 arm, #941733 (diff) | |
download | gentoo-ccc8a3856a3ba2fb8eb184883026731a4197d621.tar.gz gentoo-ccc8a3856a3ba2fb8eb184883026731a4197d621.tar.bz2 gentoo-ccc8a3856a3ba2fb8eb184883026731a4197d621.zip |
app-emulation/qemu: Stabilize 7.2.14 arm64, #941495
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-7.2.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-7.2.14.ebuild b/app-emulation/qemu/qemu-7.2.14.ebuild index a5bb835de0fe..03abda9b2809 100644 --- a/app-emulation/qemu/qemu-7.2.14.ebuild +++ b/app-emulation/qemu/qemu-7.2.14.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" |