Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/checkstyle/
Date: Fri, 25 Feb 2022 07:57:32
Message-Id: 1645775841.33d7727fc33acbe89baca124bced091d6013f30c.ago@gentoo
1 commit: 33d7727fc33acbe89baca124bced091d6013f30c
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 25 07:57:21 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 25 07:57:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d7727f
7
8 dev-util/checkstyle: x86 stable wrt bug #828600
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-util/checkstyle/checkstyle-7.2-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-util/checkstyle/checkstyle-7.2-r1.ebuild b/dev-util/checkstyle/checkstyle-7.2-r1.ebuild
18 index 8b14288c8143..564d30830696 100644
19 --- a/dev-util/checkstyle/checkstyle-7.2-r1.ebuild
20 +++ b/dev-util/checkstyle/checkstyle-7.2-r1.ebuild
21 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/checkstyle/checkstyle"
22 SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
23 LICENSE="LGPL-2.1"
24 SLOT="0"
25 -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
26 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
27
28 CP_DEPEND="
29 dev-java/ant-core:0