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: Sat, 31 Mar 2018 00:59:55
Message-Id: 1522457709.c947b9c3db3a9fa7485f89a79ccc6c48bd65c637.prometheanfire@gentoo
1 commit: c947b9c3db3a9fa7485f89a79ccc6c48bd65c637
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 00:55:09 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 00:55:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c947b9c3
7
8 sys-auth/keystone: 13.0.0-r1 stable amd64 and x86 for QUEENS
9
10 Package-Manager: Portage-2.3.26, Repoman-2.3.7
11
12 sys-auth/keystone/keystone-13.0.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-auth/keystone/keystone-13.0.0-r1.ebuild b/sys-auth/keystone/keystone-13.0.0-r1.ebuild
16 index a2157ff67e8..54cb0b720d2 100644
17 --- a/sys-auth/keystone/keystone-13.0.0-r1.ebuild
18 +++ b/sys-auth/keystone/keystone-13.0.0-r1.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]];then
20 EGIT_BRANCH="stable/queens"
21 else
22 SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm64 ~x86"
24 + KEYWORDS="amd64 ~arm64 x86"
25 fi
26
27 LICENSE="Apache-2.0"