From a9c94f7789a47ea350aa5de7b099d9970c0764fb Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 26 Sep 2021 21:32:33 +0200 Subject: [PATCH] sys-auth/keystone: unkeyword 18.0.0 for ~arm64, ~x86 Signed-off-by: Alessandro Barbieri --- sys-auth/keystone/keystone-18.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/keystone/keystone-18.0.0.ebuild b/sys-auth/keystone/keystone-18.0.0.ebuild index 84b361a7c5..c30bc0bea7 100644 --- a/sys-auth/keystone/keystone-18.0.0.ebuild +++ b/sys-auth/keystone/keystone-18.0.0.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]];then else SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/victoria/keystone.conf.sample -> keystone.conf.sample-${PV} https://tarballs.openstack.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64" fi LICENSE="Apache-2.0"