From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-959417-garchives=archives.gentoo.org@lists.gentoo.org>
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 6E3B9139695
	for <garchives@archives.gentoo.org>; Wed,  5 Jul 2017 09:56:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BA834214004;
	Wed,  5 Jul 2017 09:56:36 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 952CD214004
	for <gentoo-commits@lists.gentoo.org>; Wed,  5 Jul 2017 09:56:36 +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 6BFC83417F1
	for <gentoo-commits@lists.gentoo.org>; Wed,  5 Jul 2017 09:56:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7556873E2
	for <gentoo-commits@lists.gentoo.org>; Wed,  5 Jul 2017 09:56:33 +0000 (UTC)
From: "Patrice Clement" <monsieurp@gentoo.org>
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" <monsieurp@gentoo.org>
Message-ID: <1499248201.28d1f65b28440d0b45836407e2a39b447cb2e489.monsieurp@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-javamail/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-java/ant-javamail/ant-javamail-1.9.2-r2.ebuild
X-VCS-Directories: dev-java/ant-javamail/
X-VCS-Committer: monsieurp
X-VCS-Committer-Name: Patrice Clement
X-VCS-Revision: 28d1f65b28440d0b45836407e2a39b447cb2e489
X-VCS-Branch: master
Date: Wed,  5 Jul 2017 09:56:33 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 9c5a932e-8909-4255-a7e9-478e43435d29
X-Archives-Hash: 1dabf22cf04c934f4596f04ef25d8692

commit:     28d1f65b28440d0b45836407e2a39b447cb2e489
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 18:38:05 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 09:50:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d1f65b

dev-java/ant-javamail: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-java/ant-javamail/ant-javamail-1.9.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/ant-javamail/ant-javamail-1.9.2-r2.ebuild b/dev-java/ant-javamail/ant-javamail-1.9.2-r2.ebuild
index d5c3729c514..4bfc033218b 100644
--- a/dev-java/ant-javamail/ant-javamail-1.9.2-r2.ebuild
+++ b/dev-java/ant-javamail/ant-javamail-1.9.2-r2.ebuild
@@ -7,7 +7,7 @@ ANT_TASK_DEPNAME="oracle-javamail"
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="dev-java/oracle-javamail:0"
 RDEPEND="${DEPEND}"