Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cppcheck/
Date: Tue, 23 Nov 2021 21:07:10
Message-Id: 1637701619.2c9a18e8f08c8908755a890c712620b83a6683c0.sam@gentoo
1 commit: 2c9a18e8f08c8908755a890c712620b83a6683c0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 23 20:57:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 23 21:06:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9a18e8
7
8 dev-util/cppcheck: drop unused inherit
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/cppcheck/cppcheck-2.6.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/cppcheck/cppcheck-2.6.2.ebuild b/dev-util/cppcheck/cppcheck-2.6.2.ebuild
16 index 70fe05ebbf69..6acfd0e1a479 100644
17 --- a/dev-util/cppcheck/cppcheck-2.6.2.ebuild
18 +++ b/dev-util/cppcheck/cppcheck-2.6.2.ebuild
19 @@ -5,7 +5,7 @@ EAPI=7
20
21 PYTHON_COMPAT=( python3_{8..10} )
22 DISTUTILS_USE_SETUPTOOLS=no
23 -inherit distutils-r1 cmake toolchain-funcs
24 +inherit distutils-r1 cmake
25
26 DESCRIPTION="Static analyzer of C/C++ code"
27 HOMEPAGE="https://github.com/danmar/cppcheck"