commit: 9f26e025989cf8c3e78d86e93158cc8064a7e8b4
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 07:04:09 2015 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> 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}]
<dev-python/sqlalchemy-1.1.0[sqlite,${PYTHON_USEDEP}]
diff --git a/sys-auth/keystone/keystone-8.0.0.ebuild
b/sys-auth/keystone/keystone-8.0.0.ebuild
index 85df2a4..3874e30 100644
--- a/sys-auth/keystone/keystone-8.0.0.ebuild
+++ b/sys-auth/keystone/keystone-8.0.0.ebuild
@@ -86,7 +86,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}]
<dev-python/sqlalchemy-1.1.0[sqlite,${PYTHON_USEDEP}]