Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cppcheck/
Date: Fri, 24 May 2019 16:20:23
Message-Id: 1558714807.aa8e4c85e547bf6bdb7327728e9029378119f3c3.tamiko@gentoo
1 commit: aa8e4c85e547bf6bdb7327728e9029378119f3c3
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 24 16:19:28 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Fri May 24 16:20:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8e4c85
7
8 dev-util/cppcheck: update live ebuild
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 dev-util/cppcheck/cppcheck-9999.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-util/cppcheck/cppcheck-9999.ebuild b/dev-util/cppcheck/cppcheck-9999.ebuild
17 index 3e3669313a3..4eb9053d431 100644
18 --- a/dev-util/cppcheck/cppcheck-9999.ebuild
19 +++ b/dev-util/cppcheck/cppcheck-9999.ebuild
20 @@ -108,4 +108,5 @@ src_install() {
21 rm "${ED}/usr/bin/cppcheck-htmlreport" || die
22 fi
23 doman ${PN}.1
24 + dodoc -r tools/triage
25 }