dev-util/cppcheck: allow python3_7, bug #686916
authorSergei Trofimovich <slyfox@gentoo.org>
Wed, 12 Jun 2019 07:24:34 +0000 (08:24 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Wed, 12 Jun 2019 07:24:56 +0000 (08:24 +0100)
Reported-by: Jeff Kowalczyk
Fixed-by: Jeff Kowalczyk
Closes: https://bugs.gentoo.org/686916
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dev-util/cppcheck/cppcheck-1.87.ebuild
dev-util/cppcheck/cppcheck-9999.ebuild

index 13f0eb6f1f8659aa8b8cb7ade76a652dc75d27a7..7630b01b69e47dabfab86c8622b66e8a7fc8c8c2 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_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 inherit distutils-r1 qmake-utils toolchain-funcs
 
 DESCRIPTION="Static analyzer of C/C++ code"
index 9ebb17a4dbd897d1d9a306489276a9995d60c847..0bcf6e7db8d02782afec3d0b67f1be86a38949e0 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_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 inherit distutils-r1 git-r3 qmake-utils toolchain-funcs
 
 DESCRIPTION="Static analyzer of C/C++ code"