summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-07-29 17:36:35 -0400
committerAaron Bauman <bman@gentoo.org>2019-07-29 17:36:44 -0400
commit67e83b423fbabe3e113139e2631bbd1bb90910ba (patch)
treec2f6e4a402030c40549b2b6c0ceca1c7a5960874
parentwww-plugins/chrome-binary-plugins: automated update (76.0.3809.87) (diff)
downloadgentoo-67e83b42.tar.gz
gentoo-67e83b42.tar.bz2
gentoo-67e83b42.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
-rw-r--r--app-shells/zsh-completions/zsh-completions-0.30.0.ebuild2
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"