Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Thu, 29 Mar 2018 15:19:09
Message-Id: 1522336620.0d20ce26477dac6ed1ce36002123a190fe971ad8.whissi@gentoo
1 commit: 0d20ce26477dac6ed1ce36002123a190fe971ad8
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 29 15:02:28 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 29 15:17:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d20ce26
7
8 app-emulation/qemu: x86 stable (bug #649616)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-emulation/qemu/qemu-2.11.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/qemu/qemu-2.11.1-r1.ebuild b/app-emulation/qemu/qemu-2.11.1-r1.ebuild
16 index d0d85a2ac09..482424fd1a8 100644
17 --- a/app-emulation/qemu/qemu-2.11.1-r1.ebuild
18 +++ b/app-emulation/qemu/qemu-2.11.1-r1.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
26 # Gentoo specific patchsets:
27 SRC_URI+=" https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r1.tar.xz"