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: Mon, 03 Jan 2022 12:38:00
Message-Id: 1641213450.05f538e63007b0597bffc6b4d7907d3eab49edf5.sam@gentoo
1 commit: 05f538e63007b0597bffc6b4d7907d3eab49edf5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 12:37:30 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 12:37:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f538e6
7
8 dev-util/cppcheck: Stabilize 2.6.3 sparc, #830400
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/cppcheck/cppcheck-2.6.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/cppcheck/cppcheck-2.6.3.ebuild b/dev-util/cppcheck/cppcheck-2.6.3.ebuild
16 index 3a2c1b56f743..facf4c87067f 100644
17 --- a/dev-util/cppcheck/cppcheck-2.6.3.ebuild
18 +++ b/dev-util/cppcheck/cppcheck-2.6.3.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/danmar/cppcheck/archive/refs/tags/${PV}.tar.gz -> ${
20
21 LICENSE="GPL-3+"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 sparc ~x86"
25 IUSE="htmlreport pcre qt5 test +z3"
26 RESTRICT="!test? ( test )"