commit: 5ece5e2f1feb1b4ebafcb393af328662f0b9b051 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Sat Apr 18 21:54:52 2020 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Sat Apr 18 22:05:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ece5e2f
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 <AT> gentoo.org> app-emulation/qemu/qemu-4.2.0-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/qemu/qemu-4.2.0-r5.ebuild b/app-emulation/qemu/qemu-4.2.0-r5.ebuild index cd3e1cc7b26..6b6ff652f7d 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"
