diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-03 18:48:20 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-03 18:48:20 +0200 |
commit | 2b626e920734fbe864fde43b23026e8d234203b8 (patch) | |
tree | d52cc680d92e909143e32b374e57f857d7516c86 /app-shells/zsh-completions | |
parent | dev-lang/nasm: Stabilize 2.16.03 x86, #937230 (diff) | |
download | gentoo-2b626e920734fbe864fde43b23026e8d234203b8.tar.gz gentoo-2b626e920734fbe864fde43b23026e8d234203b8.tar.bz2 gentoo-2b626e920734fbe864fde43b23026e8d234203b8.zip |
app-shells/zsh-completions: Stabilize 0.35.0 ALLARCHES, #937240
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-shells/zsh-completions')
-rw-r--r-- | app-shells/zsh-completions/zsh-completions-0.35.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/zsh-completions/zsh-completions-0.35.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.35.0.ebuild index 0e09938f1de7..f9efea363112 100644 --- a/app-shells/zsh-completions/zsh-completions-0.35.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.35.0.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git" else SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" + KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~x64-macos" fi DESCRIPTION="Additional completion definitions for Zsh" |