diff options
author | Matthias Maier <tamiko@gentoo.org> | 2020-04-18 16:54:52 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2020-04-18 17:05:43 -0500 |
commit | 5ece5e2f1feb1b4ebafcb393af328662f0b9b051 (patch) | |
tree | 4b09cc1123f8b50f4346bea8fa8a57a0138a9cd6 /app-emulation/qemu | |
parent | app-emulation/qemu: drop vulnerable (diff) | |
download | gentoo-5ece5e2f1feb1b4ebafcb393af328662f0b9b051.tar.gz gentoo-5ece5e2f1feb1b4ebafcb393af328662f0b9b051.tar.bz2 gentoo-5ece5e2f1feb1b4ebafcb393af328662f0b9b051.zip |
app-emulation/qemu: stabilize amd64 and x86 wrt bug #717886
Bug: https://bugs.gentoo.org/717886
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-4.2.0-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-4.2.0-r5.ebuild b/app-emulation/qemu/qemu-4.2.0-r5.ebuild index cd3e1cc7b266..6b6ff652f7d2 100644 --- a/app-emulation/qemu/qemu-4.2.0-r5.ebuild +++ b/app-emulation/qemu/qemu-4.2.0-r5.ebuild @@ -25,7 +25,7 @@ if [[ ${PV} = *9999* ]]; then else SRC_URI="https://download.qemu.org/${P}.tar.xz https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r2.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" |