From: Michał Górny Date: Mon, 10 Feb 2020 13:05:40 +0000 (+0100) Subject: net-p2p/airdcpp-webclient: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7c575334894d27ca90f0731054464be41856b812;p=gentoo.git net-p2p/airdcpp-webclient: Remove py2 where possible Signed-off-by: Michał Górny --- 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