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-guest-agent/
Date: Sun, 10 Jun 2018 18:47:03
Message-Id: 1528656408.ab9c1caf25aff9c729a5754393a73f3664558704.whissi@gentoo
1 commit: ab9c1caf25aff9c729a5754393a73f3664558704
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 18:43:03 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 18:46:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9c1caf
7
8 app-emulation/qemu-guest-agent: x86 stable (bug #657688)
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild
16 index c30faf5bdb3..f8f88137dae 100644
17 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild
18 +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild
19 @@ -11,7 +11,7 @@ MY_PN="qemu"
20 MY_P="${MY_PN}-${PV}"
21
22 SRC_URI="http://wiki.qemu.org/download/${MY_P}.tar.bz2"
23 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
24 +KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
25
26 DESCRIPTION="QEMU Guest Agent (qemu-ga) for use when running inside a VM"
27 HOMEPAGE="https://wiki.qemu.org/Features/GuestAgent"