app-portage/fetchcommandwrapper: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:29:50 +0000 (12:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:38:11 +0000 (12:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.1-r1.ebuild
app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.2.ebuild

index bc16b3af32c1e5eb29470ebe413b206f7f63fe92..0bdcd5c06f45d833a17d2ca6eb6cf1bb24b4f0a5 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index b4e138d38f2a7c6ef5b5cab125bdbd8afece0df9..34151af82d88b5d713202bc0aeda4976238b8e65 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1