diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-02-22 15:59:57 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-02-22 15:59:57 +0100 |
commit | 0ddb9bf5edc81c32dcae12472b8f4b56f6e4fcaf (patch) | |
tree | f99d861b86db5778f129c900361c0e95e0d95f32 /app-emulation | |
parent | dev-db/sqlite: amd64 stable wrt bug #610400 (diff) | |
download | gentoo-0ddb9bf5edc81c32dcae12472b8f4b56f6e4fcaf.tar.gz gentoo-0ddb9bf5edc81c32dcae12472b8f4b56f6e4fcaf.tar.bz2 gentoo-0ddb9bf5edc81c32dcae12472b8f4b56f6e4fcaf.zip |
app-emulation/qemu: amd64 stable wrt bug #609206
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-2.8.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-2.8.0-r3.ebuild b/app-emulation/qemu/qemu-2.8.0-r3.ebuild index 6fcd5aff5016..d56784ebcb75 100644 --- a/app-emulation/qemu/qemu-2.8.0-r3.ebuild +++ b/app-emulation/qemu/qemu-2.8.0-r3.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" |