diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2014-06-01 03:51:29 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2014-06-01 03:51:29 +0000 |
commit | 2e28308f62e6fe1fff3b6ef584db2ce408581d0c (patch) | |
tree | 173dc64e6234478e90fd3e74e7a78f5d105c255d /sys-auth/keystone | |
parent | fix for CVE-2014-0204 bug 511000 (diff) | |
download | gentoo-2-2e28308f62e6fe1fff3b6ef584db2ce408581d0c.tar.gz gentoo-2-2e28308f62e6fe1fff3b6ef584db2ce408581d0c.tar.bz2 gentoo-2-2e28308f62e6fe1fff3b6ef584db2ce408581d0c.zip |
updated dep
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-auth/keystone')
-rw-r--r-- | sys-auth/keystone/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2014.1.9999.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog index 26cec68e73cf..73bf016f9d3c 100644 --- a/sys-auth/keystone/ChangeLog +++ b/sys-auth/keystone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/keystone # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.70 2014/06/01 02:19:16 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.71 2014/06/01 03:51:29 prometheanfire Exp $ + + 01 Jun 2014; Matthew Thode <prometheanfire@gentoo.org> + keystone-2014.1.9999.ebuild: + updated dep *keystone-2014.1-r2 (01 Jun 2014) diff --git a/sys-auth/keystone/keystone-2014.1.9999.ebuild b/sys-auth/keystone/keystone-2014.1.9999.ebuild index 5f032bbf9b1b..b160bac3edcf 100644 --- a/sys-auth/keystone/keystone-2014.1.9999.ebuild +++ b/sys-auth/keystone/keystone-2014.1.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.9999.ebuild,v 1.1 2014/04/27 07:42:11 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.9999.ebuild,v 1.2 2014/06/01 03:51:29 prometheanfire Exp $ EAPI=5 @@ -56,7 +56,7 @@ RDEPEND=">=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}] >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}] dev-python/paste[${PYTHON_USEDEP}] >=dev-python/routes-1.12.3[${PYTHON_USEDEP}] - >=dev-python/six-1.5.2[${PYTHON_USEDEP}] + >=dev-python/six-1.6.0[${PYTHON_USEDEP}] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}] <=dev-python/sqlalchemy-0.9.99[sqlite,${PYTHON_USEDEP}] ) mysql? ( >=dev-python/sqlalchemy-0.7.8[mysql,${PYTHON_USEDEP}] |