commit: d2118aa739712191028745bf9b5e0ca17d3a2d04 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Tue May 26 22:52:16 2020 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Wed May 27 15:22:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2118aa7
app-emulation/qemu-guest-agent: Works fine with py37 and py38 Closes: https://bugs.gentoo.org/718212 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org> app-emulation/qemu-guest-agent/qemu-guest-agent-4.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index ec59e153ca2..46783392cf0 100644 --- 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 @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit eutils systemd toolchain-funcs udev python-any-r1