From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-845233-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 6E3141384B4
	for <garchives@archives.gentoo.org>; Tue, 10 Nov 2015 08:20:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EA90A21C024;
	Tue, 10 Nov 2015 08:19:59 +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 44F2221C01F
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 Nov 2015 08:19:54 +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 6F817340685
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 Nov 2015 08:19:53 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3704A2423
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 Nov 2015 08:19:46 +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: <1447143511.15a0723ee426c293f0bce977f8eecbfe3cc0e5ce.ago@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-context/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/oslo-context/oslo-context-0.6.0.ebuild
X-VCS-Directories: dev-python/oslo-context/
X-VCS-Committer: ago
X-VCS-Committer-Name: Agostino Sarubbo
X-VCS-Revision: 15a0723ee426c293f0bce977f8eecbfe3cc0e5ce
X-VCS-Branch: master
Date: Tue, 10 Nov 2015 08:19:46 +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: c1070882-c195-4af0-b66c-7e333c169b06
X-Archives-Hash: 90c5ede545b4f3afb468b526a4c5f832

commit:     15a0723ee426c293f0bce977f8eecbfe3cc0e5ce
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 08:18:31 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 08:18:31 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a0723e

dev-python/oslo-context: amd64 stable wrt bug #564826

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-python/oslo-context/oslo-context-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-context/oslo-context-0.6.0.ebuild b/dev-python/oslo-context/oslo-context-0.6.0.ebuild
index a69f6f7..3033b6b 100644
--- a/dev-python/oslo-context/oslo-context-0.6.0.ebuild
+++ b/dev-python/oslo-context/oslo-context-0.6.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/oslo.context-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]