summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/keystone/ChangeLog5
-rw-r--r--sys-auth/keystone/keystone-2015.1.0.ebuild4
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 )"