diff options
author | Sam James <sam@gentoo.org> | 2022-10-12 23:55:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-12 23:55:36 +0100 |
commit | 271784fff9c82dd342b835e4843a4da1967f8582 (patch) | |
tree | 0eb389b68ece25b3e4eada8694302dbf07719b47 /app-emulation | |
parent | sys-fabric/perftest: add 4.5.0.17 (diff) | |
download | gentoo-271784fff9c82dd342b835e4843a4da1967f8582.tar.gz gentoo-271784fff9c82dd342b835e4843a4da1967f8582.tar.bz2 gentoo-271784fff9c82dd342b835e4843a4da1967f8582.zip |
app-emulation/qemu-guest-agent: Stabilize 6.0.0 x86, #793305
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-guest-agent/qemu-guest-agent-6.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-6.0.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-6.0.0.ebuild index 4a6994942754..407a73b44dae 100644 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-6.0.0.ebuild +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-6.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -11,7 +11,7 @@ MY_PN="qemu" MY_P="${MY_PN}-${PV}" SRC_URI="http://wiki.qemu.org/download/${MY_P}.tar.xz" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" DESCRIPTION="QEMU Guest Agent (qemu-ga) for use when running inside a VM" HOMEPAGE="https://wiki.qemu.org/Features/GuestAgent" |