diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-04-09 16:14:40 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-04-09 16:14:40 +0200 |
commit | 67d930c9696140b76f9aa6e71b4d2c0f99b496cf (patch) | |
tree | 8a1c71f36388eb5f041db885d4a9e8f0b0089e14 /sys-auth | |
parent | dev-python/keystonemiddleware: amd64 stable wrt bug #578876 (diff) | |
download | gentoo-67d930c9696140b76f9aa6e71b4d2c0f99b496cf.tar.gz gentoo-67d930c9696140b76f9aa6e71b4d2c0f99b496cf.tar.bz2 gentoo-67d930c9696140b76f9aa6e71b4d2c0f99b496cf.zip |
sys-auth/keystone: amd64 stable wrt bug #578876
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/keystone-8.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/keystone/keystone-8.1.0.ebuild b/sys-auth/keystone/keystone-8.1.0.ebuild index fcc19d585037..fd0dff52b03b 100644 --- a/sys-auth/keystone/keystone-8.1.0.ebuild +++ b/sys-auth/keystone/keystone-8.1.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 memcached mongo mysql postgres ldap test" REQUIRED_USE="|| ( mysql postgres sqlite )" |