From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-877913-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 B08EA1381F4
	for <garchives@archives.gentoo.org>; Sat, 23 Apr 2016 10:31:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4A2A621C00E;
	Sat, 23 Apr 2016 10:31:25 +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 9E22721C010
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Apr 2016 10:31:24 +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 8407E340D1B
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Apr 2016 10:31:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D2DD208D
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Apr 2016 10:31:21 +0000 (UTC)
From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1461407309.62be0f9782c697264200544aa3fbd12a799c0eb6.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ntdb/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-libs/ntdb/ntdb-1.0-r1.ebuild
X-VCS-Directories: sys-libs/ntdb/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 62be0f9782c697264200544aa3fbd12a799c0eb6
X-VCS-Branch: master
Date: Sat, 23 Apr 2016 10:31:21 +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: 8fead7fb-5578-4158-a797-748fd96691e7
X-Archives-Hash: d8c18e3fd20b53cf3cebeee4526d82bc

commit:     62be0f9782c697264200544aa3fbd12a799c0eb6
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 10:28:29 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 10:28:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62be0f97

sys-libs/ntdb: Stable for HPPA (bug #578004).

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches

 sys-libs/ntdb/ntdb-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index 7b70298..736a6f9 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"