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 DED881396D0 for ; Thu, 31 Aug 2017 19:56:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4552CE0D88; Thu, 31 Aug 2017 19:56:00 +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 1D215E0D88 for ; Thu, 31 Aug 2017 19:56:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5CF6434069A for ; Thu, 31 Aug 2017 19:55:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 201AE8968 for ; Thu, 31 Aug 2017 19:55:58 +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: <1504209334.de843c9ad92afdbbe2e2ace5e5f82aacfae876ac.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/error-prone-annotations/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/error-prone-annotations/error-prone-annotations-2.0.14.ebuild X-VCS-Directories: dev-java/error-prone-annotations/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: de843c9ad92afdbbe2e2ace5e5f82aacfae876ac X-VCS-Branch: master Date: Thu, 31 Aug 2017 19:55:58 +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: 1d4d1528-9303-4e27-96e7-e3670b239445 X-Archives-Hash: 025d3fab30d726961ba5df20703971ca commit: de843c9ad92afdbbe2e2ace5e5f82aacfae876ac Author: James Le Cuirot gentoo org> AuthorDate: Thu Aug 31 19:48:39 2017 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Aug 31 19:55:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de843c9a dev-java/error-prone-annotations: Stable on amd64, x86 using ALLARCHES Package-Manager: Portage-2.3.8, Repoman-2.3.2 dev-java/error-prone-annotations/error-prone-annotations-2.0.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/error-prone-annotations/error-prone-annotations-2.0.14.ebuild b/dev-java/error-prone-annotations/error-prone-annotations-2.0.14.ebuild index ee30a641328..bde172d2591 100644 --- a/dev-java/error-prone-annotations/error-prone-annotations-2.0.14.ebuild +++ b/dev-java/error-prone-annotations/error-prone-annotations-2.0.14.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="http://errorprone.info" SRC_URI="https://github.com/google/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" DEPEND=">=virtual/jdk-1.7" RDEPEND=">=virtual/jre-1.7"