Diff gentoo-zsh-completions-20220112 with a gentoo-zsh-completions-20230117

/usr/portage/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20230117.ebuild 2023-10-09 14:52:28.856368334 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
8 8
	EGIT_REPO_URI="https://github.com/gentoo/gentoo-zsh-completions.git"
9 9
else
10 10
	SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
11
	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
11
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
12 12
fi
13 13

  
14 14
DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)"
Thank you!