commit: 2c9a18e8f08c8908755a890c712620b83a6683c0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 20:57:32 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 21:06:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9a18e8
dev-util/cppcheck: drop unused inherit
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/cppcheck/cppcheck-2.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/cppcheck/cppcheck-2.6.2.ebuild
b/dev-util/cppcheck/cppcheck-2.6.2.ebuild
index 70fe05ebbf69..6acfd0e1a479 100644
--- a/dev-util/cppcheck/cppcheck-2.6.2.ebuild
+++ b/dev-util/cppcheck/cppcheck-2.6.2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1 cmake toolchain-funcs
+inherit distutils-r1 cmake
DESCRIPTION="Static analyzer of C/C++ code"
HOMEPAGE="https://github.com/danmar/cppcheck"