diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:05:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:26:23 +0100 |
commit | c5b8c7ff581e2f14e930de165a0050a953f37f0a (patch) | |
tree | 257c785f370cbb092d65a49b456287ecccf9935b /net-vpn | |
parent | net-p2p/airdcpp-webclient: Remove py2 where possible (diff) | |
download | gentoo-c5b8c7ff581e2f14e930de165a0050a953f37f0a.tar.gz gentoo-c5b8c7ff581e2f14e930de165a0050a953f37f0a.tar.bz2 gentoo-c5b8c7ff581e2f14e930de165a0050a953f37f0a.zip |
net-vpn/openconnect: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/openconnect/openconnect-8.05.ebuild | 2 | ||||
-rw-r--r-- | net-vpn/openconnect/openconnect-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/openconnect/openconnect-8.05.ebuild b/net-vpn/openconnect/openconnect-8.05.ebuild index 99f9981c5e39..c1ef1984ae31 100644 --- a/net-vpn/openconnect/openconnect-8.05.ebuild +++ b/net-vpn/openconnect/openconnect-8.05.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) PYTHON_REQ_USE="xml" inherit linux-info python-any-r1 readme.gentoo-r1 diff --git a/net-vpn/openconnect/openconnect-9999.ebuild b/net-vpn/openconnect/openconnect-9999.ebuild index 3baa6c138c59..166611bbd076 100644 --- a/net-vpn/openconnect/openconnect-9999.ebuild +++ b/net-vpn/openconnect/openconnect-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) PYTHON_REQ_USE="xml" inherit linux-info python-any-r1 readme.gentoo-r1 |