diff options
author | 2017-09-20 11:59:17 +0200 | |
---|---|---|
committer | 2017-09-20 11:59:17 +0200 | |
commit | 00d95ae74956938832ee60b75ccc2226062c1417 (patch) | |
tree | c55102c0f051b85ab90bfa2a46864a64e0a1a8e4 /app-emulation/qemu | |
parent | dev-python/libvirt-python: amd64 stable wrt bug #629462 (diff) | |
download | gentoo-00d95ae74956938832ee60b75ccc2226062c1417.tar.gz gentoo-00d95ae74956938832ee60b75ccc2226062c1417.tar.bz2 gentoo-00d95ae74956938832ee60b75ccc2226062c1417.zip |
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@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-2.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-2.10.0.ebuild b/app-emulation/qemu/qemu-2.10.0.ebuild index 1620538bed9c..989c65584710 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" |