From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 960BE1396D2 for ; Fri, 1 Sep 2017 20:13:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7671E0D12; Fri, 1 Sep 2017 20:13:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9EF3E0D12 for ; Fri, 1 Sep 2017 20:13:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF28E341130 for ; Fri, 1 Sep 2017 20:13:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52EC58A91 for ; Fri, 1 Sep 2017 20:13:16 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1504296788.122fcdf47335e691d09ef1722de060c1c491b2e0.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/checkstyle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/checkstyle/checkstyle-7.2.ebuild X-VCS-Directories: dev-util/checkstyle/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 122fcdf47335e691d09ef1722de060c1c491b2e0 X-VCS-Branch: master Date: Fri, 1 Sep 2017 20:13:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6238bc45-08ac-44c0-b123-865152af98af X-Archives-Hash: aacb746bd28355b3fc194b928dff4aeb commit: 122fcdf47335e691d09ef1722de060c1c491b2e0 Author: James Le Cuirot gentoo org> AuthorDate: Fri Sep 1 20:11:58 2017 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Sep 1 20:13:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122fcdf4 dev-util/checkstyle: 7.2 stable on amd64 and x86 using ALLARCHES Package-Manager: Portage-2.3.8, Repoman-2.3.2 dev-util/checkstyle/checkstyle-7.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/checkstyle/checkstyle-7.2.ebuild b/dev-util/checkstyle/checkstyle-7.2.ebuild index 5099ac96535..0036872cb55 100644 --- a/dev-util/checkstyle/checkstyle-7.2.ebuild +++ b/dev-util/checkstyle/checkstyle-7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/checkstyle/checkstyle" SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" CP_DEPEND=" dev-java/ant-core:0