diff options
author | Sam James <sam@gentoo.org> | 2021-03-06 18:36:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-06 18:36:27 +0000 |
commit | f2e041eb6b198f7b1bc19e6959ef6639bde4eb07 (patch) | |
tree | 5f2b99bad80040d2fa4f6af210a44e9683a24042 /app-emulation | |
parent | x11-themes/light-themes: Drop old (diff) | |
download | gentoo-f2e041eb6b198f7b1bc19e6959ef6639bde4eb07.tar.gz gentoo-f2e041eb6b198f7b1bc19e6959ef6639bde4eb07.tar.bz2 gentoo-f2e041eb6b198f7b1bc19e6959ef6639bde4eb07.zip |
app-emulation/qemu: Stabilize 5.2.0-r2 arm64, #774420
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-5.2.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-5.2.0-r2.ebuild b/app-emulation/qemu/qemu-5.2.0-r2.ebuild index 10d5abb82256..5daa1d5688c7 100644 --- a/app-emulation/qemu/qemu-5.2.0-r2.ebuild +++ b/app-emulation/qemu/qemu-5.2.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" |