diff options
author | Sam James <sam@gentoo.org> | 2021-12-18 18:11:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-18 18:11:22 +0000 |
commit | a3f56e79bc5fda68846846822922931f0f71a83a (patch) | |
tree | e3a9472bec1781f4c8a1b149f6ad46eed9332256 /app-emulation | |
parent | app-editors/nano: Stabilize 5.9 arm, #829567 (diff) | |
download | gentoo-a3f56e79bc5fda68846846822922931f0f71a83a.tar.gz gentoo-a3f56e79bc5fda68846846822922931f0f71a83a.tar.bz2 gentoo-a3f56e79bc5fda68846846822922931f0f71a83a.zip |
app-emulation/qemu: Stabilize 6.1.0-r2 arm64, #829504
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-6.1.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-6.1.0-r2.ebuild b/app-emulation/qemu/qemu-6.1.0-r2.ebuild index 74cd38afc262..616294d8c5d2 100644 --- a/app-emulation/qemu/qemu-6.1.0-r2.ebuild +++ b/app-emulation/qemu/qemu-6.1.0-r2.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" |