app-shells/zsh-completions: stabilize 0.32.0: arm64

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-03-20 04:38:02 +00:00
parent 8d09c3ca3e
commit d8917759e9

View File

@@ -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"