Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu-guest-agent/
Date: Mon, 28 Mar 2016 21:41:29
Message-Id: 1459201270.6090488472bdf5de2be0bc0113ed6c9e7583e5cd.vapier@gentoo
1 commit: 6090488472bdf5de2be0bc0113ed6c9e7583e5cd
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 20:59:52 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 21:41:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60904884
7
8 app-emulation/qemu-guest-agent: mark 2.5.0 stable to match qemu
9
10 app-emulation/qemu-guest-agent/qemu-guest-agent-2.5.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.5.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.5.0.ebuild
14 index e634cfe..55893ad 100644
15 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.5.0.ebuild
16 +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.5.0.ebuild
17 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then
18 inherit git-2
19 else
20 SRC_URI="http://wiki.qemu.org/download/${MY_P}.tar.bz2"
21 - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
22 + KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
23 fi
24
25 DESCRIPTION="QEMU Guest Agent (qemu-ga) for use when running inside a VM"