diff options
author | Sam James <sam@gentoo.org> | 2021-03-20 04:38:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-20 04:38:02 +0000 |
commit | d8917759e970514d2162cedac199dd2d7abc8437 (patch) | |
tree | 6d5829dca48c82edf95bfae618599f00a9e1a523 /app-shells | |
parent | app-shells/zsh-completions: sync live ebuild (diff) | |
download | gentoo-d8917759e970514d2162cedac199dd2d7abc8437.tar.gz gentoo-d8917759e970514d2162cedac199dd2d7abc8437.tar.bz2 gentoo-d8917759e970514d2162cedac199dd2d7abc8437.zip |
app-shells/zsh-completions: stabilize 0.32.0: arm64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh-completions/zsh-completions-0.32.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/zsh-completions/zsh-completions-0.32.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.32.0.ebuild index 9eeebc72ad88..3a5bb0cd1a39 100644 --- a/app-shells/zsh-completions/zsh-completions-0.32.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.32.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 ~sparc ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~sparc ~x86 ~x64-macos" fi DESCRIPTION="Additional completion definitions for Zsh" |