From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 77D6013888F for ; Sat, 24 Oct 2015 14:16:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36A9A21C00D; Sat, 24 Oct 2015 14:16:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2039E080C for ; Sat, 24 Oct 2015 14:16:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29147340A3B for ; Sat, 24 Oct 2015 14:16:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEA7817A0 for ; Sat, 24 Oct 2015 14:16:24 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1445696059.0c58b033ed46763a4a64c38e84f21eb177ca9074.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-ivy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/ant-ivy/ant-ivy-2.3.0-r2.ebuild X-VCS-Directories: dev-java/ant-ivy/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0c58b033ed46763a4a64c38e84f21eb177ca9074 X-VCS-Branch: master Date: Sat, 24 Oct 2015 14:16:24 +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: fefdc57f-926e-40be-b743-c12c41ae175d X-Archives-Hash: b3c85d7b10e41f7a4ae841569188481f commit: 0c58b033ed46763a4a64c38e84f21eb177ca9074 Author: Patrice Clement gentoo org> AuthorDate: Sat Oct 24 10:40:19 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Oct 24 14:14:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c58b033 dev-java/ant-ivy: Stable for amd64. Stable for ppc+ppc64+x86 using the ALLARCHES policy. Fixes bug 563832. Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement gentoo.org> dev-java/ant-ivy/ant-ivy-2.3.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/ant-ivy/ant-ivy-2.3.0-r2.ebuild b/dev-java/ant-ivy/ant-ivy-2.3.0-r2.ebuild index 438e049..6ec6cbc 100644 --- a/dev-java/ant-ivy/ant-ivy-2.3.0-r2.ebuild +++ b/dev-java/ant-ivy/ant-ivy-2.3.0-r2.ebuild @@ -23,7 +23,7 @@ SRC_URI="mirror://apache/ant/ivy/${PV}/${MY_P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" # We cannot build tests yet as there is no org.apache.tools.ant.BuildFileTest packaged anywhere yet. RESTRICT="test"