diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-03-25 22:09:11 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-03-25 22:09:11 -0500 |
commit | e1253bf82421d09be16cfd6f7846004d6848bce5 (patch) | |
tree | 76138a182fe339c497825b374c74a60edef5b1ac /sys-auth/keystone | |
parent | x11-plugins/gkrellmss: new EAPI=6 revision. (diff) | |
download | gentoo-e1253bf82421d09be16cfd6f7846004d6848bce5.tar.gz gentoo-e1253bf82421d09be16cfd6f7846004d6848bce5.tar.bz2 gentoo-e1253bf82421d09be16cfd6f7846004d6848bce5.zip |
stablize openstack ocata keystone-11.0.0 x86 and amd64
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force
Diffstat (limited to 'sys-auth/keystone')
-rw-r--r-- | sys-auth/keystone/keystone-11.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/keystone/keystone-11.0.0.ebuild b/sys-auth/keystone/keystone-11.0.0.ebuild index 58adaa0bd7e7..1b85e1ef41bf 100644 --- a/sys-auth/keystone/keystone-11.0.0.ebuild +++ b/sys-auth/keystone/keystone-11.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="+sqlite ldap memcached mongo mysql postgres test" REQUIRED_USE="|| ( mysql postgres sqlite )" |