Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-auth/keystone/
Date: Sun, 26 Sep 2021 19:34:40
Message-Id: 1632684753.a9c94f7789a47ea350aa5de7b099d9970c0764fb.Alessandro-Barbieri@gentoo
1 commit: a9c94f7789a47ea350aa5de7b099d9970c0764fb
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 26 19:32:33 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 26 19:32:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9c94f77
7
8 sys-auth/keystone: unkeyword 18.0.0 for ~arm64, ~x86
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sys-auth/keystone/keystone-18.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-auth/keystone/keystone-18.0.0.ebuild b/sys-auth/keystone/keystone-18.0.0.ebuild
16 index 84b361a7c..c30bc0bea 100644
17 --- a/sys-auth/keystone/keystone-18.0.0.ebuild
18 +++ b/sys-auth/keystone/keystone-18.0.0.ebuild
19 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]];then
20 else
21 SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/victoria/keystone.conf.sample -> keystone.conf.sample-${PV}
22 https://tarballs.openstack.org/${PN}/${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm64 ~x86"
24 + KEYWORDS="~amd64"
25 fi
26
27 LICENSE="Apache-2.0"