diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-21 18:15:29 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-21 18:16:18 +0100 |
commit | d43108432c386017db00249d8c205b12a0efc6e1 (patch) | |
tree | 60e50d0c285191a404965664535755d58dfc5ff6 /app-emulation/qemu | |
parent | dev-python/setuptools: amd64 stable wrt bug #606650 (diff) | |
download | gentoo-d43108432c386017db00249d8c205b12a0efc6e1.tar.gz gentoo-d43108432c386017db00249d8c205b12a0efc6e1.tar.bz2 gentoo-d43108432c386017db00249d8c205b12a0efc6e1.zip |
app-emulation/qemu: amd64 stable wrt bug #601824
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-2.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-2.8.0.ebuild b/app-emulation/qemu/qemu-2.8.0.ebuild index ddb7b625cf01..e7ba547e1ce7 100644 --- a/app-emulation/qemu/qemu-2.8.0.ebuild +++ b/app-emulation/qemu/qemu-2.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -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" |