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 EBD2859CAF for ; Sat, 9 Apr 2016 14:15:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E729721C11D; Sat, 9 Apr 2016 14:14:58 +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 083B721C11E for ; Sat, 9 Apr 2016 14:14:56 +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 CA5F8340C93 for ; Sat, 9 Apr 2016 14:14:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0887686E for ; Sat, 9 Apr 2016 14:14:51 +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: <1460211270.cc9b8fe3626a525137ee07435f22228ea863eddc.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.3.ebuild X-VCS-Directories: dev-python/keystonemiddleware/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: cc9b8fe3626a525137ee07435f22228ea863eddc X-VCS-Branch: master Date: Sat, 9 Apr 2016 14:14:51 +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: eb747232-51bc-489d-be1c-3b84e1a78185 X-Archives-Hash: 711ac991e9f4f079f5f48e6e3cd285ce commit: cc9b8fe3626a525137ee07435f22228ea863eddc Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Apr 9 14:14:30 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Apr 9 14:14:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9b8fe3 dev-python/keystonemiddleware: amd64 stable wrt bug #578876 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/keystonemiddleware/keystonemiddleware-2.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/keystonemiddleware/keystonemiddleware-2.3.3.ebuild b/dev-python/keystonemiddleware/keystonemiddleware-2.3.3.ebuild index bc66d26..766d47d 100644 --- a/dev-python/keystonemiddleware/keystonemiddleware-2.3.3.ebuild +++ b/dev-python/keystonemiddleware/keystonemiddleware-2.3.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples test" CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"