app-portage/metagen: Drop py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 08:48:57 +0000 (09:48 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 09:40:56 +0000 (10:40 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/metagen/metagen-0.7.2.ebuild
app-portage/metagen/metagen-9999.ebuild

index 75ad843cbe5db275755c690c57e2f3a1b2ae47e0..65ff4f6e164a20849ab4e87bc949520bbe50b3b9 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,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
index 9880fd95a4b34fad020dc0fc38a617bdc49877b4..5ac50c432b429f3e5ff0b087a5f404a342612ce5 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,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 git-r3