diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-18 20:55:32 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-18 20:55:32 +0300 |
commit | ca25ab71194adaf7623f3eaff349ebdf53bae6c8 (patch) | |
tree | ed7713260590d7910d23c7b09f330f4df6e54925 /app-emulation/qemu | |
parent | app-emulation/qemu: Stabilize 8.0.3 amd64, #910493 (diff) | |
download | gentoo-ca25ab71194adaf7623f3eaff349ebdf53bae6c8.tar.gz gentoo-ca25ab71194adaf7623f3eaff349ebdf53bae6c8.tar.bz2 gentoo-ca25ab71194adaf7623f3eaff349ebdf53bae6c8.zip |
app-emulation/qemu: Stabilize 8.0.3 arm64, #910493
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-8.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-8.0.3.ebuild b/app-emulation/qemu/qemu-8.0.3.ebuild index a24aa467c776..e0cb9e006fb6 100644 --- a/app-emulation/qemu/qemu-8.0.3.ebuild +++ b/app-emulation/qemu/qemu-8.0.3.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" |