From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-915720-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 3F3171395E2
	for <garchives@archives.gentoo.org>; Tue,  6 Dec 2016 22:24:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 84D74E0C8A;
	Tue,  6 Dec 2016 22:24:13 +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 609FCE0C8A
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Dec 2016 22:24:13 +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 8222E3411B5
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Dec 2016 22:24:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DFBA3492
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Dec 2016 22:24:10 +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: <1481062949.7d91cd56c1a6ccfc4b83dda59af565f2076038a2.monsieurp@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bashdb/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild
X-VCS-Directories: app-shells/bashdb/
X-VCS-Committer: monsieurp
X-VCS-Committer-Name: Patrice Clement
X-VCS-Revision: 7d91cd56c1a6ccfc4b83dda59af565f2076038a2
X-VCS-Branch: master
Date: Tue,  6 Dec 2016 22:24:10 +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: c9c61688-5bc6-42d3-9bb1-d41cfa90c423
X-Archives-Hash: 47d869b06c6185591d3081497eec2e91

commit:     7d91cd56c1a6ccfc4b83dda59af565f2076038a2
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  6 22:22:29 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 22:22:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d91cd56

app-shells/bashdb: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.3.0

 app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild b/app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild
index d0a8670..63d4d41 100644
--- a/app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild
+++ b/app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/bashdb/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))"
@@ -23,6 +23,7 @@ RESTRICT="test"
 
 src_prepare() {
 	default
+
 	# We don't install this, so don't bother building it. #468044
 	sed -i 's:texi2html:true:' doc/Makefile.in || die
 }