diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-28 15:15:28 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-28 15:32:44 -0500 |
commit | 0aa735890eb6819faa99afc9f17a567ce71a2149 (patch) | |
tree | f66b96cf6013e9fccf1be5cfd1ea69433de88702 /sys-auth/keystone | |
parent | dev-python/flask: 1.0.2 stable allarches for rocky (diff) | |
download | gentoo-0aa735890eb6819faa99afc9f17a567ce71a2149.tar.gz gentoo-0aa735890eb6819faa99afc9f17a567ce71a2149.tar.bz2 gentoo-0aa735890eb6819faa99afc9f17a567ce71a2149.zip |
sys-auth/keystone: 14.0.0 stable amd86 and x86
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'sys-auth/keystone')
-rw-r--r-- | sys-auth/keystone/keystone-14.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/keystone/keystone-14.0.0.ebuild b/sys-auth/keystone/keystone-14.0.0.ebuild index 3fe0e204e8f3..d559bbf28df8 100644 --- a/sys-auth/keystone/keystone-14.0.0.ebuild +++ b/sys-auth/keystone/keystone-14.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ else SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/rocky/keystone.conf.sample -> keystone.conf.sample-${PV} https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/rocky/keystone.policy.yaml.sample -> keystone.policy.yaml.sample-${PV} https://tarballs.openstack.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="Apache-2.0" |