app-portage/diffmask: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:29:19 +0000 (12:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:38:07 +0000 (12:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/diffmask/diffmask-0.3.3-r4.ebuild
app-portage/diffmask/diffmask-9999.ebuild

index 696a18ca528d95aef7406d0c07449ea264c64110..24c622a843e33aaadeb408841311ac1326982e35 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
index e644b0bc2a5e005392c2034ee1a496a4c2b570b0..b1bce60981a1600cf3dbbe500e4d7cc3b9ec04ac 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1 git-r3