diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-09-05 18:11:20 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-09-05 18:11:20 +0200 |
commit | 8d2770662b2dd344fea5ad67fe54912b697b6df3 (patch) | |
tree | bbaeb715fbaa9716711079bf8a230ede031bca0a /app-emulation | |
parent | app-emulation/qemu: amd64 stable wrt bug #592430 (diff) | |
download | gentoo-8d2770662b2dd344fea5ad67fe54912b697b6df3.tar.gz gentoo-8d2770662b2dd344fea5ad67fe54912b697b6df3.tar.bz2 gentoo-8d2770662b2dd344fea5ad67fe54912b697b6df3.zip |
app-emulation/qemu: x86 stable wrt bug #592430
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-2.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-2.7.0.ebuild b/app-emulation/qemu/qemu-2.7.0.ebuild index 130e73f12105..98ee886f9bb4 100644 --- a/app-emulation/qemu/qemu-2.7.0.ebuild +++ b/app-emulation/qemu/qemu-2.7.0.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" |