From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-875859-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 56CE859CB1
	for <garchives@archives.gentoo.org>; Mon, 11 Apr 2016 13:47:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B07CA21C05D;
	Mon, 11 Apr 2016 13:47:48 +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 2132921C05D
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Apr 2016 13:47:48 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 D5902340AA9
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Apr 2016 13:47:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 902B4853
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Apr 2016 13:47:44 +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: <1460382439.b19479f9ef010ddaee90ec6aaea44d49813ccdd3.ago@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/nss_wrapper/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-libs/nss_wrapper/nss_wrapper-1.1.3.ebuild
X-VCS-Directories: sys-libs/nss_wrapper/
X-VCS-Committer: ago
X-VCS-Committer-Name: Agostino Sarubbo
X-VCS-Revision: b19479f9ef010ddaee90ec6aaea44d49813ccdd3
X-VCS-Branch: master
Date: Mon, 11 Apr 2016 13:47:44 +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: a048a7e0-2c6a-4964-a48f-2aef86c3c27e
X-Archives-Hash: 4cb8c76874c5a4cca77d877bd7d9dd0d

commit:     b19479f9ef010ddaee90ec6aaea44d49813ccdd3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 13:47:19 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 13:47:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19479f9

sys-libs/nss_wrapper: sparc stable wrt bug #578498

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

 sys-libs/nss_wrapper/nss_wrapper-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.1.3.ebuild b/sys-libs/nss_wrapper/nss_wrapper-1.1.3.ebuild
index da50c71..117c086 100644
--- a/sys-libs/nss_wrapper/nss_wrapper-1.1.3.ebuild
+++ b/sys-libs/nss_wrapper/nss_wrapper-1.1.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://cwrap.org/nss_wrapper.html"
 SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ia64 ppc ppc64 x86"
+KEYWORDS="amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 DEPEND=""