Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/
Date: Fri, 28 Sep 2018 20:33:47
Message-Id: 1538166764.0aa735890eb6819faa99afc9f17a567ce71a2149.prometheanfire@gentoo
1 commit: 0aa735890eb6819faa99afc9f17a567ce71a2149
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 20:15:28 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 20:32:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa73589
7
8 sys-auth/keystone: 14.0.0 stable amd86 and x86
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.11
11
12 sys-auth/keystone/keystone-14.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-auth/keystone/keystone-14.0.0.ebuild b/sys-auth/keystone/keystone-14.0.0.ebuild
16 index 3fe0e204e8f..d559bbf28df 100644
17 --- a/sys-auth/keystone/keystone-14.0.0.ebuild
18 +++ b/sys-auth/keystone/keystone-14.0.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -19,7 +19,7 @@ else
26 SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/rocky/keystone.conf.sample -> keystone.conf.sample-${PV}
27 https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/rocky/keystone.policy.yaml.sample -> keystone.policy.yaml.sample-${PV}
28 https://tarballs.openstack.org/${PN}/${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm64 ~x86"
30 + KEYWORDS="amd64 ~arm64 x86"
31 fi
32
33 LICENSE="Apache-2.0"