diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 10:26:15 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 10:26:15 +0200 |
commit | 20d319cd0b810e997ff0475882484b4defd79d48 (patch) | |
tree | 5d34f57dd469803c69451a00a8af79b93fa5906d /app-emulation | |
parent | dev-python/greenlet: Stabilize 2.0.2 arm64, #899122 (diff) | |
download | gentoo-20d319cd0b810e997ff0475882484b4defd79d48.tar.gz gentoo-20d319cd0b810e997ff0475882484b4defd79d48.tar.bz2 gentoo-20d319cd0b810e997ff0475882484b4defd79d48.zip |
app-emulation/qemu-guest-agent: Stabilize 7.1.0 x86, #899240
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-guest-agent/qemu-guest-agent-7.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-7.1.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-7.1.0.ebuild index 2bbb6c2c75b5..3a5afb4b3907 100644 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-7.1.0.ebuild +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-7.1.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://wiki.qemu.org/download/${MY_P}.tar.xz" LICENSE="GPL-2 BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" RDEPEND="dev-libs/glib" DEPEND="${RDEPEND}" |