dev-util/cppcheck: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:55:31 +0000 (12:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 12:16:08 +0000 (13:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/cppcheck/cppcheck-1.86.ebuild
dev-util/cppcheck/cppcheck-1.87.ebuild
dev-util/cppcheck/cppcheck-1.88.ebuild
dev-util/cppcheck/cppcheck-9999.ebuild

index d0a3a701f5ee5d5a858564818cfc5540bc8e4d4c..03e138c825010230178b38a6ed1ed45f02dee53d 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} )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1 qmake-utils toolchain-funcs
 
 DESCRIPTION="Static analyzer of C/C++ code"
index 26637d9af9294f97c4d318e891ed0ae9018ce691..cd7a61d7ca8bb13fcea52cf277672754fc4eeee4 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,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1 qmake-utils toolchain-funcs
 
 DESCRIPTION="Static analyzer of C/C++ code"
index 8c92f60d8032283885ff61067101619c457eba07..2188aa6907f5e69d20f6c5000e357e5ae1425546 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,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1 qmake-utils toolchain-funcs
 
 DESCRIPTION="Static analyzer of C/C++ code"
index 00d16748b09e409a25778b33a4ff940e5f22567a..b5bb8e433e7b458c00fa629ab5a28679bd706448 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,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1 git-r3 qmake-utils toolchain-funcs
 
 DESCRIPTION="Static analyzer of C/C++ code"