diff options
author | Sam James <sam@gentoo.org> | 2023-08-26 05:04:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-26 05:04:03 +0100 |
commit | 1cfb0d4717960e9e0f8f5b3e6a8def690278c511 (patch) | |
tree | 6a63a58444c700a45b664dd122d1b17de52f5122 /app-emulation/qemu | |
parent | app-emulation/qemu: Stabilize 7.2.4 ppc64, #909541 (diff) | |
download | gentoo-1cfb0d4717960e9e0f8f5b3e6a8def690278c511.tar.gz gentoo-1cfb0d4717960e9e0f8f5b3e6a8def690278c511.tar.bz2 gentoo-1cfb0d4717960e9e0f8f5b3e6a8def690278c511.zip |
app-emulation/qemu: Stabilize 7.2.4 arm64, #909541
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-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 22af03591a19..f7d70d6891b4 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" |