Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu-guest-agent/
Date: Mon, 17 May 2021 03:01:43
Message-Id: 1621220490.d695b42a5f3a6194e52fb158b87f8918cc40a1b2.sam@gentoo
1 commit: d695b42a5f3a6194e52fb158b87f8918cc40a1b2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 17 03:01:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 17 03:01:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d695b42a
7
8 app-emulation/qemu-guest-agent: Stabilize 5.0.0 amd64, #790572
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-emulation/qemu-guest-agent/qemu-guest-agent-5.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-5.0.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-5.0.0.ebuild
16 index b01086e4fca..07064fdef42 100644
17 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-5.0.0.ebuild
18 +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-5.0.0.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.xz"
23 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
24 +KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
25
26 DESCRIPTION="QEMU Guest Agent (qemu-ga) for use when running inside a VM"
27 HOMEPAGE="https://wiki.qemu.org/Features/GuestAgent"