diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-26 22:50:45 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-26 22:50:45 +0200 |
commit | 657dc1b2c207d8a5ab9e97460ead32c1104590e4 (patch) | |
tree | f81db310537459e725a07973899695bda43ee41f /app-emulation/qemu | |
parent | sys-apps/hwloc: Stabilize 2.6.0 arm64, #829992 (diff) | |
download | gentoo-657dc1b2c207d8a5ab9e97460ead32c1104590e4.tar.gz gentoo-657dc1b2c207d8a5ab9e97460ead32c1104590e4.tar.bz2 gentoo-657dc1b2c207d8a5ab9e97460ead32c1104590e4.zip |
app-emulation/qemu: Stabilize 6.2.0 arm64, #830014
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-6.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-6.2.0.ebuild b/app-emulation/qemu/qemu-6.2.0.ebuild index a95534a4781c..0eb1fd734c4b 100644 --- a/app-emulation/qemu/qemu-6.2.0.ebuild +++ b/app-emulation/qemu/qemu-6.2.0.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" |