Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu-guest-agent/
Date: Wed, 27 May 2020 15:23:13
Message-Id: 1590592956.d2118aa739712191028745bf9b5e0ca17d3a2d04.alexxy@gentoo
1 commit: d2118aa739712191028745bf9b5e0ca17d3a2d04
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 26 22:52:16 2020 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed May 27 15:22:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2118aa7
7
8 app-emulation/qemu-guest-agent: Works fine with py37 and py38
9
10 Closes: https://bugs.gentoo.org/718212
11
12 Package-Manager: Portage-2.3.100, Repoman-2.3.22
13 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
14
15 app-emulation/qemu-guest-agent/qemu-guest-agent-4.2.0-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-4.2.0-r1.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-4.2.0-r1.ebuild
19 index ec59e153ca2..46783392cf0 100644
20 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-4.2.0-r1.ebuild
21 +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-4.2.0-r1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI="7"
25
26 -PYTHON_COMPAT=( python3_6 )
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28
29 inherit eutils systemd toolchain-funcs udev python-any-r1