From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-849858-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 7477B1384B4
	for <garchives@archives.gentoo.org>; Thu,  3 Dec 2015 13:28:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 13FBD21C04B;
	Thu,  3 Dec 2015 13:28:28 +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 06DE821C052
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Dec 2015 13:28:26 +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 E1DA5340A75
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Dec 2015 13:28:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FBB6E54
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Dec 2015 13:28:22 +0000 (UTC)
From: "Agostino Sarubbo" <ago@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, "Agostino Sarubbo" <ago@gentoo.org>
Message-ID: <1449149212.7533f315ea8678414b1a3f18cf6cdaa2225f86b1.ago@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hashit/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/hashit/hashit-0.9.7-r1.ebuild
X-VCS-Directories: dev-libs/hashit/
X-VCS-Committer: ago
X-VCS-Committer-Name: Agostino Sarubbo
X-VCS-Revision: 7533f315ea8678414b1a3f18cf6cdaa2225f86b1
X-VCS-Branch: master
Date: Thu,  3 Dec 2015 13:28:22 +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: b1b612c6-b52b-45b0-be44-7fdcc88cb559
X-Archives-Hash: 03c96d4ae05f4fe73d844bb1883c34e8

commit:     7533f315ea8678414b1a3f18cf6cdaa2225f86b1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 13:26:52 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 13:26:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7533f315

dev-libs/hashit: x86 stable wrt bug #566216

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-libs/hashit/hashit-0.9.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/hashit/hashit-0.9.7-r1.ebuild b/dev-libs/hashit/hashit-0.9.7-r1.ebuild
index dc5c456..fe32940 100644
--- a/dev-libs/hashit/hashit-0.9.7-r1.ebuild
+++ b/dev-libs/hashit/hashit-0.9.7-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.pleyades.net/david/projects/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="debug"
 
 PATCHES=( "${FILESDIR}/${P}-pkgconfig.patch" )