diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:04:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:25:35 +0100 |
commit | 0b149432824d81b16751c623f88734f6cde4ac3c (patch) | |
tree | 31560be710dca95d56138c8407072aa7328336f5 /app-emulation/qemu-guest-agent | |
parent | app-doc/doxygen: Remove py2 where possible (diff) | |
download | gentoo-0b149432824d81b16751c623f88734f6cde4ac3c.tar.gz gentoo-0b149432824d81b16751c623f88734f6cde4ac3c.tar.bz2 gentoo-0b149432824d81b16751c623f88734f6cde4ac3c.zip |
app-emulation/qemu-guest-agent: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/qemu-guest-agent')
-rw-r--r-- | app-emulation/qemu-guest-agent/qemu-guest-agent-3.1.0.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 |