diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-29 17:45:01 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-29 17:45:01 +0000 |
commit | b484ad629fef66d69ae45fb7f74aaa4cc350f5fc (patch) | |
tree | fd50822ba93acc51adc04e2911f3f40b6151e49f /sys-auth | |
parent | x86 stable wrt bug #554284 (diff) | |
download | gentoo-2-b484ad629fef66d69ae45fb7f74aaa4cc350f5fc.tar.gz gentoo-2-b484ad629fef66d69ae45fb7f74aaa4cc350f5fc.tar.bz2 gentoo-2-b484ad629fef66d69ae45fb7f74aaa4cc350f5fc.zip |
x86 stable wrt bug #554284
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x1BDC0E5AC42EB5D6)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2015.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog index 003e35d90116..fb7b59fa10d3 100644 --- a/sys-auth/keystone/ChangeLog +++ b/sys-auth/keystone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/keystone # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.99 2015/07/18 11:55:47 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.100 2015/07/29 17:45:01 zlogene Exp $ + + 29 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> keystone-2015.1.0.ebuild: + x86 stable wrt bug #554284 18 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> keystone-2015.1.0.ebuild: amd64 stable wrt bug #554284 diff --git a/sys-auth/keystone/keystone-2015.1.0.ebuild b/sys-auth/keystone/keystone-2015.1.0.ebuild index 0e5ae58580dc..0f3a7449e79e 100644 --- a/sys-auth/keystone/keystone-2015.1.0.ebuild +++ b/sys-auth/keystone/keystone-2015.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild,v 1.4 2015/07/18 11:55:47 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild,v 1.5 2015/07/29 17:45:01 zlogene Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+sqlite memcached mongo mysql postgres ldap test" REQUIRED_USE="|| ( mysql postgres sqlite )" |