net-p2p/airdcpp-webclient: Remove py2 where possible
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:05:40 +0000 (14:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:26:22 +0000 (14:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.0.ebuild
net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.1.ebuild

index 380aadd6adaf7102dae93e74bf30e1b93290fdad..8f278445821a9f9d4f0f7d4805c5610b1d9a9890 100644 (file)
@@ -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
 
index 380aadd6adaf7102dae93e74bf30e1b93290fdad..8f278445821a9f9d4f0f7d4805c5610b1d9a9890 100644 (file)
@@ -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