diff options
author | Sam James <sam@gentoo.org> | 2021-10-10 21:36:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-10 21:36:38 +0100 |
commit | 466edfc55ca4691fc846e3021c527849d8d08abf (patch) | |
tree | 6acdbfea44c2e908ba94d6a9cc383f4d0fec5805 /app-emulation/qemu | |
parent | sys-apps/busybox: Stabilize 1.33.1-r2 arm64, #813195 (diff) | |
download | gentoo-466edfc55ca4691fc846e3021c527849d8d08abf.tar.gz gentoo-466edfc55ca4691fc846e3021c527849d8d08abf.tar.bz2 gentoo-466edfc55ca4691fc846e3021c527849d8d08abf.zip |
app-emulation/qemu: Stabilize 6.0.0-r53 arm64, #816879
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-6.0.0-r53.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-6.0.0-r53.ebuild b/app-emulation/qemu/qemu-6.0.0-r53.ebuild index 91f256cce063..9856c476c63a 100644 --- a/app-emulation/qemu/qemu-6.0.0-r53.ebuild +++ b/app-emulation/qemu/qemu-6.0.0-r53.ebuild @@ -23,7 +23,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="" else SRC_URI="https://download.qemu.org/${P}.tar.xz" - KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86" + KEYWORDS="amd64 arm64 ~ppc ~ppc64 x86" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |