diff options
author | 2017-05-20 11:30:18 +0200 | |
---|---|---|
committer | 2017-05-20 11:30:18 +0200 | |
commit | 1ba6fbac35c4f0ba697891d34457e121ae51b662 (patch) | |
tree | f4f5712645b94ce220103e28808d50ecfade6db3 /app-emulation/qemu | |
parent | www-misc/shellinabox: x86 stable wrt bug #615262 (diff) | |
download | gentoo-1ba6fbac35c4f0ba697891d34457e121ae51b662.tar.gz gentoo-1ba6fbac35c4f0ba697891d34457e121ae51b662.tar.bz2 gentoo-1ba6fbac35c4f0ba697891d34457e121ae51b662.zip |
app-emulation/qemu: x86 stable wrt bug #616874
Package-Manager: Portage-2.3.5, Repoman-2.3.1
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.9.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-2.9.0-r2.ebuild b/app-emulation/qemu/qemu-2.9.0-r2.ebuild index 53828738ddea..25d899f2579f 100644 --- a/app-emulation/qemu/qemu-2.9.0-r2.ebuild +++ b/app-emulation/qemu/qemu-2.9.0-r2.ebuild @@ -17,7 +17,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" |