diff options
author | Sam James <sam@gentoo.org> | 2021-11-23 20:57:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-23 21:06:59 +0000 |
commit | 2c9a18e8f08c8908755a890c712620b83a6683c0 (patch) | |
tree | f074a1eb44957b74c515c789e9eb97d6515a148c /dev-util | |
parent | acct-user/subsonic: update to use correct (diff) | |
download | gentoo-2c9a18e8f08c8908755a890c712620b83a6683c0.tar.gz gentoo-2c9a18e8f08c8908755a890c712620b83a6683c0.tar.bz2 gentoo-2c9a18e8f08c8908755a890c712620b83a6683c0.zip |
dev-util/cppcheck: drop unused inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cppcheck/cppcheck-2.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |