From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-828320-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 EFD001386F3
	for <garchives@archives.gentoo.org>; Thu, 13 Aug 2015 22:18:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 78BC1141FE;
	Thu, 13 Aug 2015 22:18:00 +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 140F9141FE
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Aug 2015 22:18:00 +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 1661634087C
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Aug 2015 22:17:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 84741147
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Aug 2015 22:17:56 +0000 (UTC)
From: "Michał Górny" <mgorny@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, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1439504254.167f237007435d415bb64c7e22df5a34bcb2a951.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pbr/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pbr/pbr-1.4.0.ebuild
X-VCS-Directories: dev-python/pbr/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 167f237007435d415bb64c7e22df5a34bcb2a951
X-VCS-Branch: master
Date: Thu, 13 Aug 2015 22:17:56 +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: 771004ac-360c-4a4d-9bc8-fb4bfb668e83
X-Archives-Hash: 410e35fb629c5412e17c0eb312410eaa

commit:     167f237007435d415bb64c7e22df5a34bcb2a951
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 22:17:34 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 22:17:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167f2370

dev-python/pbr: revert KEYWORDS due to unsatisfiable deps

Package-Manager: portage-2.2.20

 dev-python/pbr/pbr-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pbr/pbr-1.4.0.ebuild b/dev-python/pbr/pbr-1.4.0.ebuild
index 525b148..d5a6a2a 100644
--- a/dev-python/pbr/pbr-1.4.0.ebuild
+++ b/dev-python/pbr/pbr-1.4.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="