dev-util/gprof2dot: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 20:54:39 +0000 (21:54 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 21:00:07 +0000 (22:00 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/gprof2dot/gprof2dot-2013.05.17.ebuild
dev-util/gprof2dot/gprof2dot-2016.10.13.ebuild
dev-util/gprof2dot/gprof2dot-2017.09.19.ebuild
dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild

index b8f3052cdd074358effff35c01e83579ba8d9ee4..73751e27c68e9cff208507af47656d4cbb742092 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE='xml'
 
 inherit eutils python-r1
index 2af0fd2445e875f805a17450d64c858b88671bb6..96341ae1bef6c8b9660935ef762aef811c793794 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE='xml'
 
 inherit distutils-r1
index 2d714c23add5deffe7001efa8621923d94355b8d..244b2deda55d2ec6e5f827a6356e6484abc7bc2e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE='xml'
 
 inherit distutils-r1
index 033edacb83c8adf0207bf017a1f659e9d94eed49..66133a68011465d448c7ac3b7a2a5c49c7e006f9 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE='xml'
 
 inherit distutils-r1