From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D9C8A58974 for ; Wed, 3 Feb 2016 16:54:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01BD021C007; Wed, 3 Feb 2016 16:54:44 +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 3CF7821C034 for ; Wed, 3 Feb 2016 16:54:43 +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 2B7933407AF for ; Wed, 3 Feb 2016 16:54:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 574E3C88 for ; Wed, 3 Feb 2016 16:54:40 +0000 (UTC) From: "Agostino Sarubbo" 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" Message-ID: <1454518455.b29cb5d79044546eda69fc45052d5a80cb41a686.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keystonemiddleware/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild X-VCS-Directories: dev-python/keystonemiddleware/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: b29cb5d79044546eda69fc45052d5a80cb41a686 X-VCS-Branch: master Date: Wed, 3 Feb 2016 16:54:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bc7062c4-0144-41c4-bf73-52a4386527da X-Archives-Hash: f78140e639a2ddb24977900abd245db6 commit: b29cb5d79044546eda69fc45052d5a80cb41a686 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Feb 3 16:54:15 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Feb 3 16:54:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29cb5d7 dev-python/keystonemiddleware: x86 stable wrt bug #573660 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild | 2 +- dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild b/dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild index 7fc7f62..c56c57b 100644 --- a/dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild +++ b/dev-python/keystonemiddleware/keystonemiddleware-2.3.1-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples test" CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]" diff --git a/dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild b/dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild index e538251..ef75044 100644 --- a/dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild +++ b/dev-python/keystonemiddleware/keystonemiddleware-2.3.2-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples test" CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"