diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-10-27 10:52:52 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-10-27 10:52:52 +0200 |
commit | 5768ebffe5417b3f27b2e6721cb573129a9214ea (patch) | |
tree | 2c2a8fb9c095ccce6ac65c0be4db60e1e3f8b979 /app-emulation/qemu | |
parent | www-plugins/adobe-flash: x86 stable wrt bug #598152 (diff) | |
download | gentoo-5768ebffe5417b3f27b2e6721cb573129a9214ea.tar.gz gentoo-5768ebffe5417b3f27b2e6721cb573129a9214ea.tar.bz2 gentoo-5768ebffe5417b3f27b2e6721cb573129a9214ea.zip |
app-emulation/qemu: x86 stable wrt bug #598046
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-2.7.0-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-2.7.0-r5.ebuild b/app-emulation/qemu/qemu-2.7.0-r5.ebuild index e70710f4fe5c..12308b6ddacf 100644 --- a/app-emulation/qemu/qemu-2.7.0-r5.ebuild +++ b/app-emulation/qemu/qemu-2.7.0-r5.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" |