From: Michał Górny Date: Mon, 10 Feb 2020 13:04:21 +0000 (+0100) Subject: app-emulation/qemu-guest-agent: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0b149432824d81b16751c623f88734f6cde4ac3c;p=gentoo.git app-emulation/qemu-guest-agent: Remove py2 where possible Signed-off-by: Michał Górny --- diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-3.1.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-3.1.0.ebuild index a92c61c35a3b..a60e60f9d00e 100644 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-3.1.0.ebuild +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-3.1.0.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit eutils systemd udev python-any-r1 diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild index a92c61c35a3b..a60e60f9d00e 100644 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit eutils systemd udev python-any-r1