diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-07-29 17:36:35 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-07-29 17:36:44 -0400 |
commit | 67e83b423fbabe3e113139e2631bbd1bb90910ba (patch) | |
tree | c2f6e4a402030c40549b2b6c0ceca1c7a5960874 /app-shells/zsh-completions | |
parent | www-plugins/chrome-binary-plugins: automated update (76.0.3809.87) (diff) | |
download | gentoo-67e83b423fbabe3e113139e2631bbd1bb90910ba.tar.gz gentoo-67e83b423fbabe3e113139e2631bbd1bb90910ba.tar.bz2 gentoo-67e83b423fbabe3e113139e2631bbd1bb90910ba.zip |
app-shells/zsh-completions: arm64 keyworded (bug #669478)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Diffstat (limited to 'app-shells/zsh-completions')
-rw-r--r-- | app-shells/zsh-completions/zsh-completions-0.30.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/zsh-completions/zsh-completions-0.30.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.30.0.ebuild index e15fd2263281..062d59b04010 100644 --- a/app-shells/zsh-completions/zsh-completions-0.30.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.30.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 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~sparc ~x86" fi DESCRIPTION="Additional completion definitions for Zsh" |