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 56EA1138BED for ; Sun, 18 Oct 2015 07:07:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6328E0825; Sun, 18 Oct 2015 07:07:36 +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 4A4F1E086C for ; Sun, 18 Oct 2015 07:07:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04E653406A7 for ; Sun, 18 Oct 2015 07:07:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08E8F1265 for ; Sun, 18 Oct 2015 07:07:32 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1445151849.9f26e025989cf8c3e78d86e93158cc8064a7e8b4.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/keystone/keystone-2015.2.9999.ebuild sys-auth/keystone/keystone-8.0.0.ebuild X-VCS-Directories: sys-auth/keystone/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 9f26e025989cf8c3e78d86e93158cc8064a7e8b4 X-VCS-Branch: master Date: Sun, 18 Oct 2015 07:07:32 +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: d3e31df0-481d-43d6-bb8f-139a6b8291dc X-Archives-Hash: 8e8286fbe44592c14e6cfc2d41df154e commit: 9f26e025989cf8c3e78d86e93158cc8064a7e8b4 Author: Matthew Thode gentoo org> AuthorDate: Sun Oct 18 07:04:09 2015 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Oct 18 07:04:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f26e025 sys-auth/keystone: fixing six dep Package-Manager: portage-2.2.20.1 sys-auth/keystone/keystone-2015.2.9999.ebuild | 2 +- sys-auth/keystone/keystone-8.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/keystone/keystone-2015.2.9999.ebuild b/sys-auth/keystone/keystone-2015.2.9999.ebuild index 94f435b..04c02e5 100644 --- a/sys-auth/keystone/keystone-2015.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2015.2.9999.ebuild @@ -87,7 +87,7 @@ RDEPEND=" >=dev-python/cryptography-1.0[${PYTHON_USEDEP}] <=dev-python/cryptography-1.0.1-r9999[${PYTHON_USEDEP}] >=dev-python/six-1.9.0[${PYTHON_USEDEP}] - <=dev-python/six-1.9.0[${PYTHON_USEDEP}] + <=dev-python/six-1.9.0-r9999[${PYTHON_USEDEP}] sqlite? ( >=dev-python/sqlalchemy-0.9.9[sqlite,${PYTHON_USEDEP}]