summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-12-18 00:23:43 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-12-18 00:23:43 +0100
commita706e2ae023aa182fe28d8d02a399debc4f249c4 (patch)
tree90bcd1d6a52c2e5ce72b39b8bed7e5d3031fd577 /app-emulation
parentdev-libs/isa-l: add cpu_flags_x86_avx512f support (diff)
downloadgentoo-a706e2ae023aa182fe28d8d02a399debc4f249c4.tar.gz
gentoo-a706e2ae023aa182fe28d8d02a399debc4f249c4.tar.bz2
gentoo-a706e2ae023aa182fe28d8d02a399debc4f249c4.zip
app-emulation/qemu: Stabilize 6.1.0-r2 amd64, #829504
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu/qemu-6.1.0-r2.ebuild2
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 3882becdca90..320f0ed5a997 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"