From: Matthias Maier Date: Fri, 24 May 2019 16:19:28 +0000 (-0500) Subject: dev-util/cppcheck: update live ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=aa8e4c85e547bf6bdb7327728e9029378119f3c3;p=gentoo.git dev-util/cppcheck: update live ebuild Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Matthias Maier --- diff --git a/dev-util/cppcheck/cppcheck-9999.ebuild b/dev-util/cppcheck/cppcheck-9999.ebuild index 3e3669313a35..4eb9053d4312 100644 --- a/dev-util/cppcheck/cppcheck-9999.ebuild +++ b/dev-util/cppcheck/cppcheck-9999.ebuild @@ -108,4 +108,5 @@ src_install() { rm "${ED}/usr/bin/cppcheck-htmlreport" || die fi doman ${PN}.1 + dodoc -r tools/triage }