diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-10-15 11:40:02 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-10-15 11:41:29 -0500 |
commit | fd9bf33d8d4a86569e5b3def57408787338d2cd8 (patch) | |
tree | db1249595d5a814d43b9db24916b25c4c8d58b89 /sys-auth | |
parent | sys-auth/keystone: liberty tag (diff) | |
download | gentoo-fd9bf33d8d4a86569e5b3def57408787338d2cd8.tar.gz gentoo-fd9bf33d8d4a86569e5b3def57408787338d2cd8.tar.bz2 gentoo-fd9bf33d8d4a86569e5b3def57408787338d2cd8.zip |
sys-auth/keystone: keywording amd64 and x86
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/keystone-8.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/keystone/keystone-8.0.0.ebuild b/sys-auth/keystone/keystone-8.0.0.ebuild index a3f38b12f7a4..670ef8379c88 100644 --- a/sys-auth/keystone/keystone-8.0.0.ebuild +++ b/sys-auth/keystone/keystone-8.0.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://launchpad.net/${PN}/liberty/${PV}/+download/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" IUSE="+sqlite memcached mongo mysql postgres ldap test" REQUIRED_USE="|| ( mysql postgres sqlite )" |