Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Tue, 19 Feb 2019 12:12:03
Message-Id: 1550577282.87a473215de05edb07e806feb525a6077ec3bdd9.zlogene@gentoo
1 commit: 87a473215de05edb07e806feb525a6077ec3bdd9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 19 11:54:42 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 11:54:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a47321
7
8 app-emulation/qemu: amd64 x86 stable wrt bug #678302
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="amd64 x86"
13
14 app-emulation/qemu/qemu-3.1.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-emulation/qemu/qemu-3.1.0-r1.ebuild b/app-emulation/qemu/qemu-3.1.0-r1.ebuild
18 index 1a51e555b08..300b3b95ed0 100644
19 --- a/app-emulation/qemu/qemu-3.1.0-r1.ebuild
20 +++ b/app-emulation/qemu/qemu-3.1.0-r1.ebuild
21 @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then
22 SRC_URI=""
23 else
24 SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.xz"
25 - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
26 + KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
27
28 # Gentoo specific patchsets:
29 #SRC_URI+=" https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r1.tar.xz"