Gentoo Archives: gentoo-commits

From: Aric Belsito <lluixhi@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: app-emulation/qemu/
Date: Sat, 17 Feb 2018 23:55:49
Message-Id: 1518911696.094d692a0f13288cc92da2f86dd70b8a2efff35f.lluixhi@gentoo
1 commit: 094d692a0f13288cc92da2f86dd70b8a2efff35f
2 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 17 23:54:56 2018 +0000
4 Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
5 CommitDate: Sat Feb 17 23:54:56 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=094d692a
7
8 app-emulation/qemu: fix keywords
9
10 app-emulation/qemu/qemu-2.11.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-emulation/qemu/qemu-2.11.1.ebuild b/app-emulation/qemu/qemu-2.11.1.ebuild
14 index e52a11f..3fae9ad 100644
15 --- a/app-emulation/qemu/qemu-2.11.1.ebuild
16 +++ b/app-emulation/qemu/qemu-2.11.1.ebuild
17 @@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then
18 SRC_URI=""
19 else
20 SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2"
21 - KEYWORDS="amd64 ~ppc ~ppc64 x86"
22 + KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
23
24 # Gentoo specific patchsets:
25 SRC_URI+=" https://dev.gentoo.org/~chutzpah/distfiles/${P}-patches-r0.tar.xz"