Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Fri, 01 Sep 2017 01:09:22
Message-Id: 1504228057.bf14d3508d91a707aa4615c5a2d7940fc94b1f5a.tamiko@gentoo
1 commit: bf14d3508d91a707aa4615c5a2d7940fc94b1f5a
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 1 01:07:37 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 1 01:07:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf14d350
7
8 app-emulation/qemu: stabilize on amd64, x86, bug #625614
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-emulation/qemu/qemu-2.9.0-r56.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/qemu/qemu-2.9.0-r56.ebuild b/app-emulation/qemu/qemu-2.9.0-r56.ebuild
16 index c27df42275a..f9ba26cbc93 100644
17 --- a/app-emulation/qemu/qemu-2.9.0-r56.ebuild
18 +++ b/app-emulation/qemu/qemu-2.9.0-r56.ebuild
19 @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then
20 SRC_URI=""
21 else
22 SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2"
23 - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
24 + KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
25 fi
26
27 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"