diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-11-13 19:18:13 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-11-13 19:21:29 +0100 |
commit | a65a8fa1bcac5e89c0ba154e8f9078aeef3d157f (patch) | |
tree | a3993136c722eedfc07852e2aaa69e47d0ea4f0c /app-emulation/qemu | |
parent | www-client/chromium: dev channel bump (64.0.3260.2) (diff) | |
download | gentoo-a65a8fa1bcac5e89c0ba154e8f9078aeef3d157f.tar.gz gentoo-a65a8fa1bcac5e89c0ba154e8f9078aeef3d157f.tar.bz2 gentoo-a65a8fa1bcac5e89c0ba154e8f9078aeef3d157f.zip |
app-emulation/qemu: Stable on amd64
Package-Manager: Portage-2.3.12, Repoman-2.3.4
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-2.10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-2.10.1.ebuild b/app-emulation/qemu/qemu-2.10.1.ebuild index c1b5a45f4b92..944fecea9676 100644 --- a/app-emulation/qemu/qemu-2.10.1.ebuild +++ b/app-emulation/qemu/qemu-2.10.1.ebuild @@ -19,7 +19,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" |