Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/checkstyle/
Date: Fri, 01 Sep 2017 20:13:19
Message-Id: 1504296788.122fcdf47335e691d09ef1722de060c1c491b2e0.chewi@gentoo
1 commit: 122fcdf47335e691d09ef1722de060c1c491b2e0
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 1 20:11:58 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 1 20:13:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122fcdf4
7
8 dev-util/checkstyle: 7.2 stable on amd64 and x86 using ALLARCHES
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.2
11
12 dev-util/checkstyle/checkstyle-7.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/checkstyle/checkstyle-7.2.ebuild b/dev-util/checkstyle/checkstyle-7.2.ebuild
16 index 5099ac96535..0036872cb55 100644
17 --- a/dev-util/checkstyle/checkstyle-7.2.ebuild
18 +++ b/dev-util/checkstyle/checkstyle-7.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/checkstyle/checkstyle"
26 SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
27 LICENSE="LGPL-2.1"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
30 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
31
32 CP_DEPEND="
33 dev-java/ant-core:0