diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-02-03 17:52:47 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-02-03 17:52:47 +0100 |
commit | a6894034e6bdb83bb5c277fc17a851990acd4174 (patch) | |
tree | 7b8b97177bfae476f8d4c8c0add5b1259206fe96 /sys-auth | |
parent | dev-python/keystonemiddleware: amd64 stable wrt bug #573660 (diff) | |
download | gentoo-a6894034e6bdb83bb5c277fc17a851990acd4174.tar.gz gentoo-a6894034e6bdb83bb5c277fc17a851990acd4174.tar.bz2 gentoo-a6894034e6bdb83bb5c277fc17a851990acd4174.zip |
sys-auth/keystone: amd64 stable wrt bug #573658
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.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 24a477c3d14e..f40447fcd0c5 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 )" |