diff options
author | Sam James <sam@gentoo.org> | 2023-08-26 05:04:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-26 05:04:55 +0100 |
commit | 90f303da8c863c830c2dc198721d04d0acf1f001 (patch) | |
tree | 38907eeab333d1e8e87cc988cdcd927d153d82b9 /app-emulation | |
parent | app-emulation/qemu: Stabilize 8.0.4 ppc64, #912205 (diff) | |
download | gentoo-90f303da8c863c830c2dc198721d04d0acf1f001.tar.gz gentoo-90f303da8c863c830c2dc198721d04d0acf1f001.tar.bz2 gentoo-90f303da8c863c830c2dc198721d04d0acf1f001.zip |
app-emulation/qemu: Stabilize 8.0.4 arm64, #912205
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-8.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-8.0.4.ebuild b/app-emulation/qemu/qemu-8.0.4.ebuild index 6bc18b93f167..96f174d6b422 100644 --- a/app-emulation/qemu/qemu-8.0.4.ebuild +++ b/app-emulation/qemu/qemu-8.0.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" |