diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-09-18 19:11:16 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-09-18 19:11:16 +0200 |
commit | f5bf8b715379c6a1f70fd4c4ab79241defec61dc (patch) | |
tree | c1c795f963e1bb5330573917b79d373d70133b3b /app-emulation/qemu | |
parent | app-emulation/qemu: amd64 stable wrt bug #593038 (diff) | |
download | gentoo-f5bf8b715379c6a1f70fd4c4ab79241defec61dc.tar.gz gentoo-f5bf8b715379c6a1f70fd4c4ab79241defec61dc.tar.bz2 gentoo-f5bf8b715379c6a1f70fd4c4ab79241defec61dc.zip |
app-emulation/qemu: x86 stable wrt bug #593038
Package-Manager: portage-2.2.28
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-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 71aefd656572..c78e26ce9e67 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" |