Diff zsh-completions-0.34.0 with a zsh-completions-9999

/usr/portage/app-shells/zsh-completions/zsh-completions-9999.ebuild 2024-12-25 15:56:33.543641316 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2022 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/zsh-users/zsh-completions.git"
9 9
else
10 10
	SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
11
	KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86 ~x64-macos"
11
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
12 12
fi
13 13

  
14 14
DESCRIPTION="Additional completion definitions for Zsh"
Thank you!