diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-11 10:51:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-11 10:51:09 +0200 |
commit | 793185350ac738d19e84a4666cdf9fe4289b789a (patch) | |
tree | f866f6c1f8621d06234b4b4466e44b05ff7f49ba /dev-util/cppcheck/cppcheck-9999.ebuild | |
parent | c78dddfa009b97b1d089fe743d43fb90d95f1deb (diff) | |
download | gentoo-793185350ac738d19e84a4666cdf9fe4289b789a.tar.gz gentoo-793185350ac738d19e84a4666cdf9fe4289b789a.tar.xz |
dev-util/cppcheck: Minor description fix
Package-Manager: Portage-2.3.45, Repoman-2.3.10
Diffstat (limited to 'dev-util/cppcheck/cppcheck-9999.ebuild')
-rw-r--r-- | dev-util/cppcheck/cppcheck-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cppcheck/cppcheck-9999.ebuild b/dev-util/cppcheck/cppcheck-9999.ebuild index dcbdddafe55..38d6d57ecc2 100644 --- a/dev-util/cppcheck/cppcheck-9999.ebuild +++ b/dev-util/cppcheck/cppcheck-9999.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 flag-o-matic qmake-utils toolchain-funcs git-r3 -DESCRIPTION="static analyzer of C/C++ code" +DESCRIPTION="Static analyzer of C/C++ code" HOMEPAGE="http://cppcheck.sourceforge.net" EGIT_REPO_URI="https://github.com/danmar/cppcheck.git" |