sys-apps/i2c-tools: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 12:20:19 +0000 (13:20 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 12:20:19 +0000 (13:20 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-apps/i2c-tools/i2c-tools-4.0.ebuild
sys-apps/i2c-tools/i2c-tools-4.1-r1.ebuild

index 5cef0da2d0fa7b87cfee19ea54207e68a23c07e2..f0132804d21a063fd7907f21dfbc7994d98391cf 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 DISTUTILS_OPTIONAL="1"
 
 inherit distutils-r1 flag-o-matic toolchain-funcs
index 9f16c8148376e616bee91ad9e48706867123b04b..142b885d3d9502960d048b4e713ab574a55551f9 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 DISTUTILS_OPTIONAL="1"
 
 inherit distutils-r1 flag-o-matic toolchain-funcs