commit: 00d95ae74956938832ee60b75ccc2226062c1417 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Wed Sep 20 09:59:17 2017 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Wed Sep 20 09:59:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d95ae7
app-emulation/qemu: amd64 stable wrt bug #629350 Package-Manager: Portage-2.3.8, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> app-emulation/qemu/qemu-2.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/qemu/qemu-2.10.0.ebuild b/app-emulation/qemu/qemu-2.10.0.ebuild index 1620538bed9..989c6558471 100644 --- a/app-emulation/qemu/qemu-2.10.0.ebuild +++ b/app-emulation/qemu/qemu-2.10.0.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then SRC_URI="" else SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd" + KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"