diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-03-07 16:12:00 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-03-07 16:12:00 +0300 |
commit | d007ef798ad5c34e3d2f8efb60dc74cf6344e9ab (patch) | |
tree | 80499f4bac55c7b62aff086ef31dc7b1f06f3cb4 /app-emulation | |
parent | sys-devel/gcc: Stabilize 10.2.0-r5 amd64, #762907 (diff) | |
download | gentoo-d007ef798ad5c34e3d2f8efb60dc74cf6344e9ab.tar.gz gentoo-d007ef798ad5c34e3d2f8efb60dc74cf6344e9ab.tar.bz2 gentoo-d007ef798ad5c34e3d2f8efb60dc74cf6344e9ab.zip |
app-emulation/qemu: Stabilize 5.2.0-r2 amd64, #774420
Signed-off-by: Mikle Kolyada <zlogene@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 5daa1d5688c7..ead6c2bb774f 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" |