diff options
Diffstat (limited to 'sys-auth/keystone/keystone-9.2.0.ebuild')
-rw-r--r-- | sys-auth/keystone/keystone-9.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/keystone/keystone-9.2.0.ebuild b/sys-auth/keystone/keystone-9.2.0.ebuild index 06a1163baba6..75b0a4aa59a4 100644 --- a/sys-auth/keystone/keystone-9.2.0.ebuild +++ b/sys-auth/keystone/keystone-9.2.0.ebuild @@ -14,7 +14,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 )" |