diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-02-03 17:54:24 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-02-03 17:54:24 +0100 |
commit | 6e4641e46f7bfb162e913e9c052898f7a61296e8 (patch) | |
tree | a21e850fdd5fd4b35496caa11b095280235b3f9d /sys-auth | |
parent | dev-python/keystonemiddleware: x86 stable wrt bug #573660 (diff) | |
download | gentoo-6e4641e46f7bfb162e913e9c052898f7a61296e8.tar.gz gentoo-6e4641e46f7bfb162e913e9c052898f7a61296e8.tar.bz2 gentoo-6e4641e46f7bfb162e913e9c052898f7a61296e8.zip |
sys-auth/keystone: x86 stable wrt bug #573658
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/keystone-8.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/keystone/keystone-8.0.1-r1.ebuild b/sys-auth/keystone/keystone-8.0.1-r1.ebuild index f40447fcd0c5..00368865308b 100644 --- a/sys-auth/keystone/keystone-8.0.1-r1.ebuild +++ b/sys-auth/keystone/keystone-8.0.1-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${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 )" |