From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-886385-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id C14B113829C
	for <garchives@archives.gentoo.org>; Thu,  9 Jun 2016 21:58:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3A2A5142D7;
	Thu,  9 Jun 2016 21:58:21 +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 DFD02142D7
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Jun 2016 21:58:20 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6D2A1340C69
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Jun 2016 21:58:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CC34697B
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Jun 2016 21:58:16 +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: <1465507695.d31ec5a35e35b8590f3c6ef38a169870d1134e7f.monsieurp@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/entr/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-admin/entr/entr-3.5.ebuild
X-VCS-Directories: app-admin/entr/
X-VCS-Committer: monsieurp
X-VCS-Committer-Name: Patrice Clement
X-VCS-Revision: d31ec5a35e35b8590f3c6ef38a169870d1134e7f
X-VCS-Branch: master
Date: Thu,  9 Jun 2016 21:58:16 +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: 41e06f81-7f96-4359-9343-aa90ef2ea21a
X-Archives-Hash: eef99afe24d4b59d15e74680603a0849

commit:     d31ec5a35e35b8590f3c6ef38a169870d1134e7f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 21:28:15 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 21:28:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31ec5a3

app-admin/entr: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 app-admin/entr/entr-3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/entr/entr-3.5.ebuild b/app-admin/entr/entr-3.5.ebuild
index 2c54d67..a0716bd 100644
--- a/app-admin/entr/entr-3.5.ebuild
+++ b/app-admin/entr/entr-3.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://entrproject.org/code/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="test"
 
 src_unpack() {