summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2021-06-08 14:09:28 +0200
committerAgostino Sarubbo <ago@gentoo.org>2021-06-08 14:09:28 +0200
commited3ef692e0d2634c3693d2557ab52dfbd6ffefef (patch)
tree6c8cbbee6c219206dfc82b7efd2a252171839b55 /app-emulation/qemu/qemu-6.0.0.ebuild
parentapp-arch/lz4: Backport memory corruption fix (CVE-2021-3520) (diff)
downloadgentoo-ed3ef692e0d2634c3693d2557ab52dfbd6ffefef.tar.gz
gentoo-ed3ef692e0d2634c3693d2557ab52dfbd6ffefef.tar.bz2
gentoo-ed3ef692e0d2634c3693d2557ab52dfbd6ffefef.zip
app-emulation/qemu: x86 stable wrt bug #792624
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/qemu-6.0.0.ebuild')
-rw-r--r--app-emulation/qemu/qemu-6.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-6.0.0.ebuild b/app-emulation/qemu/qemu-6.0.0.ebuild
index e9bc9d7b82d2..0573493ead0a 100644
--- a/app-emulation/qemu/qemu-6.0.0.ebuild
+++ b/app-emulation/qemu/qemu-6.0.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"