summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 14:05:40 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 14:26:22 +0100
commit7c575334894d27ca90f0731054464be41856b812 (patch)
treebbd5050bf7189f98ddcba742e8aafa3cab67f047 /net-p2p
parentnet-misc/networkmanager: Remove py2 where possible (diff)
downloadgentoo-7c575334894d27ca90f0731054464be41856b812.tar.gz
gentoo-7c575334894d27ca90f0731054464be41856b812.tar.bz2
gentoo-7c575334894d27ca90f0731054464be41856b812.zip
net-p2p/airdcpp-webclient: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.0.ebuild2
-rw-r--r--net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.0.ebuild b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.0.ebuild
index 380aadd6adaf..8f278445821a 100644
--- a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.0.ebuild
+++ b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
inherit cmake-utils python-any-r1 user
diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.1.ebuild b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.1.ebuild
index 380aadd6adaf..8f278445821a 100644
--- a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.1.ebuild
+++ b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
inherit cmake-utils python-any-r1 user