diff options
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2012.2.4-r8.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2013.1.3-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2013.1.9999.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-9999.ebuild | 4 |
5 files changed, 14 insertions, 9 deletions
diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog index 5e255a5992a5..5705decc6e0b 100644 --- a/sys-auth/keystone/ChangeLog +++ b/sys-auth/keystone/ChangeLog @@ -1,6 +1,11 @@ # 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.31 2013/09/12 04:41:02 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.32 2013/09/12 06:19:47 prometheanfire Exp $ + + 12 Sep 2013; Matthew Thode <prometheanfire@gentoo.org> + keystone-2012.2.4-r8.ebuild, keystone-2013.1.3-r2.ebuild, + keystone-2013.1.9999.ebuild, keystone-9999.ebuild: + ldap is not required in required_use *keystone-2013.1.3-r2 (12 Sep 2013) *keystone-2012.2.4-r8 (12 Sep 2013) diff --git a/sys-auth/keystone/keystone-2012.2.4-r8.ebuild b/sys-auth/keystone/keystone-2012.2.4-r8.ebuild index 0f796c7deb1d..4573c7ada14c 100644 --- a/sys-auth/keystone/keystone-2012.2.4-r8.ebuild +++ b/sys-auth/keystone/keystone-2012.2.4-r8.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-2012.2.4-r8.ebuild,v 1.1 2013/09/12 04:41:02 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2012.2.4-r8.ebuild,v 1.2 2013/09/12 06:19:47 prometheanfire Exp $ EAPI=5 #test restricted becaues of bad requirements given (old webob for instance) @@ -19,7 +19,7 @@ SLOT="folsom" KEYWORDS="~amd64 ~x86" IUSE="+sqlite mysql postgres ldap" #IUSE="+sqlite mysql postgres ldap test" -REQUIRED_USE="|| ( ldap mysql postgres sqlite )" +REQUIRED_USE="|| ( mysql postgres sqlite )" #todo, seperate out rdepend via use flags DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/sys-auth/keystone/keystone-2013.1.3-r2.ebuild b/sys-auth/keystone/keystone-2013.1.3-r2.ebuild index 000e86ea6505..be6bfac0b534 100644 --- a/sys-auth/keystone/keystone-2013.1.3-r2.ebuild +++ b/sys-auth/keystone/keystone-2013.1.3-r2.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.1.3-r2.ebuild,v 1.1 2013/09/12 04:41:02 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r2.ebuild,v 1.2 2013/09/12 06:19:47 prometheanfire Exp $ EAPI=5 #test restricted becaues of bad requirements given (old webob for instance) @@ -19,7 +19,7 @@ SLOT="grizzly" KEYWORDS="~amd64 ~x86" IUSE="+sqlite mysql postgres ldap" #IUSE="+sqlite mysql postgres ldap test" -REQUIRED_USE="|| ( ldap mysql postgres sqlite )" +REQUIRED_USE="|| ( mysql postgres sqlite )" #todo, seperate out rdepend via use flags DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/sys-auth/keystone/keystone-2013.1.9999.ebuild b/sys-auth/keystone/keystone-2013.1.9999.ebuild index 7e45f49990fe..5638ebdc86cf 100644 --- a/sys-auth/keystone/keystone-2013.1.9999.ebuild +++ b/sys-auth/keystone/keystone-2013.1.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.1.9999.ebuild,v 1.4 2013/09/12 04:41:02 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.9999.ebuild,v 1.5 2013/09/12 06:19:47 prometheanfire Exp $ EAPI=5 #test restricted becaues of bad requirements given (old webob for instance) @@ -20,7 +20,7 @@ SLOT="grizzly" KEYWORDS="" IUSE="+sqlite mysql postgres ldap" #IUSE="+sqlite mysql postgres ldap test" -REQUIRED_USE="|| ( ldap mysql postgres sqlite )" +REQUIRED_USE="|| ( mysql postgres sqlite )" #todo, seperate out rdepend via use flags DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/sys-auth/keystone/keystone-9999.ebuild b/sys-auth/keystone/keystone-9999.ebuild index 22ff07b1f113..39762232635a 100644 --- a/sys-auth/keystone/keystone-9999.ebuild +++ b/sys-auth/keystone/keystone-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-9999.ebuild,v 1.9 2013/09/12 04:41:02 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v 1.10 2013/09/12 06:19:47 prometheanfire Exp $ EAPI=5 #test restricted becaues of bad requirements given (old webob for instance) @@ -19,7 +19,7 @@ SLOT="git-head" KEYWORDS="" IUSE="+sqlite mysql postgres ldap" #IUSE="+sqlite mysql postgres ldap test" -REQUIRED_USE="|| ( ldap mysql postgres sqlite )" +REQUIRED_USE="|| ( mysql postgres sqlite )" #todo, seperate out rdepend via use flags DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |