summaryrefslogtreecommitdiff
path: root/dev-util/cppcheck/cppcheck-2.4.1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-08-17 18:47:20 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-08-17 18:47:20 +0000
commit3072dfe98bb17d0b17321578fcc65f534772700d (patch)
tree05654b93e12393a4173c269eb5fe72a9d7fc39b5 /dev-util/cppcheck/cppcheck-2.4.1.ebuild
parent65b67dff619cdbd5e8b3e9b14ffb28f03a2b56df (diff)
downloadbaldeagleos-repo-3072dfe98bb17d0b17321578fcc65f534772700d.tar.gz
baldeagleos-repo-3072dfe98bb17d0b17321578fcc65f534772700d.tar.xz
baldeagleos-repo-3072dfe98bb17d0b17321578fcc65f534772700d.zip
Adding metadata
Diffstat (limited to 'dev-util/cppcheck/cppcheck-2.4.1.ebuild')
-rw-r--r--dev-util/cppcheck/cppcheck-2.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cppcheck/cppcheck-2.4.1.ebuild b/dev-util/cppcheck/cppcheck-2.4.1.ebuild
index 77e3515f4837..8ee6ca9778e5 100644
--- a/dev-util/cppcheck/cppcheck-2.4.1.ebuild
+++ b/dev-util/cppcheck/cppcheck-2.4.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+PYTHON_COMPAT=( python{3_7,3_8,3_9} )
inherit distutils-r1 toolchain-funcs cmake
DESCRIPTION="Static analyzer of C/C++ code"