diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-09-18 19:10:16 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-09-18 19:10:16 +0200 |
commit | cce198adc0ed17a20dacc4c0c6bce461495d8f8b (patch) | |
tree | e846bf517e6ec01c45e4c12f5d4f74d4bddad655 /app-emulation/qemu | |
parent | dev-python/cffi: version bump to 1.8.3 (diff) | |
download | gentoo-cce198adc0ed17a20dacc4c0c6bce461495d8f8b.tar.gz gentoo-cce198adc0ed17a20dacc4c0c6bce461495d8f8b.tar.bz2 gentoo-cce198adc0ed17a20dacc4c0c6bce461495d8f8b.zip |
app-emulation/qemu: amd64 stable wrt bug #593038
Package-Manager: portage-2.2.28
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.7.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-2.7.0-r3.ebuild b/app-emulation/qemu/qemu-2.7.0-r3.ebuild index 203cdc72ed28..71aefd656572 100644 --- a/app-emulation/qemu/qemu-2.7.0-r3.ebuild +++ b/app-emulation/qemu/qemu-2.7.0-r3.ebuild @@ -18,7 +18,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" |