Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/
Date: Sat, 30 Sep 2017 01:06:27
Message-Id: 1506733478.9587f1f3d6653a52742b35a71c89022ee5c9ddd6.prometheanfire@gentoo
1 commit: 9587f1f3d6653a52742b35a71c89022ee5c9ddd6
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 01:04:38 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 01:04:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9587f1f3
7
8 sys-auth/keystone: 12.0.0 stablized amd64 x86 under allarches
9
10 sys-auth/keystone/keystone-12.0.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-auth/keystone/keystone-12.0.0.ebuild b/sys-auth/keystone/keystone-12.0.0.ebuild
14 index 4e78a2ae385..72e23119000 100644
15 --- a/sys-auth/keystone/keystone-12.0.0.ebuild
16 +++ b/sys-auth/keystone/keystone-12.0.0.ebuild
17 @@ -13,7 +13,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz"
18
19 LICENSE="Apache-2.0"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~arm64 ~x86"
22 +KEYWORDS="amd64 ~arm64 x86"
23 IUSE="+sqlite ldap memcached mongo mysql postgres test"
24 REQUIRED_USE="|| ( mysql postgres sqlite )"