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: Mon, 01 Oct 2018 21:47:45
Message-Id: 1538430406.e9e5a51ec9cc3846f965d6289c6dc51c637aff3a.whissi@gentoo
1 commit: e9e5a51ec9cc3846f965d6289c6dc51c637aff3a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 21:37:00 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 21:46:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e5a51e
7
8 app-emulation/qemu-guest-agent: x86 stable (bug #666098)
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild
17 index ec4616852a8..7b3fd047e29 100644
18 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild
19 +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -11,7 +11,7 @@ MY_PN="qemu"
27 MY_P="${MY_PN}-${PV}"
28
29 SRC_URI="http://wiki.qemu.org/download/${MY_P}.tar.bz2"
30 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
31 +KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
32
33 DESCRIPTION="QEMU Guest Agent (qemu-ga) for use when running inside a VM"
34 HOMEPAGE="https://wiki.qemu.org/Features/GuestAgent"