From 95430c18e91db4c14f01831e923f135b554558cd Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 22 Oct 2013 18:26:59 +0000 Subject: better deps for sqlalchemy (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3) --- sys-auth/keystone/ChangeLog | 6 +++++- sys-auth/keystone/keystone-2013.2.9999.ebuild | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'sys-auth') diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog index 60d950a5c38b..b039f993b131 100644 --- a/sys-auth/keystone/ChangeLog +++ b/sys-auth/keystone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/keystone # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.40 2013/10/22 05:57:52 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.41 2013/10/22 18:26:59 prometheanfire Exp $ + + 22 Oct 2013; Matthew Thode + keystone-2013.2.9999.ebuild: + better deps for sqlalchemy *keystone-2013.2.9999 (22 Oct 2013) diff --git a/sys-auth/keystone/keystone-2013.2.9999.ebuild b/sys-auth/keystone/keystone-2013.2.9999.ebuild index 391b9ad5a522..5c151b881593 100644 --- a/sys-auth/keystone/keystone-2013.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2013.2.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild,v 1.1 2013/10/22 05:57:52 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild,v 1.2 2013/10/22 18:26:59 prometheanfire Exp $ EAPI=5 #test restricted becaues of bad requirements given (old webob for instance) @@ -37,11 +37,11 @@ RDEPEND="${DEPEND} dev-python/paste[${PYTHON_USEDEP}] >=dev-python/routes-1.12.3[${PYTHON_USEDEP}] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}] - =dev-python/sqlalchemy-0.7.8[mysql,${PYTHON_USEDEP}] - =dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}] - =dev-python/sqlalchemy-migrate-0.7.2[${PYTHON_USEDEP}] dev-python/passlib[${PYTHON_USEDEP}] >=dev-python/lxml-2.3[${PYTHON_USEDEP}] -- cgit v1.2.3-65-gdbad