From: Aaron Bauman Date: Mon, 29 Jul 2019 21:36:35 +0000 (-0400) Subject: app-shells/zsh-completions: arm64 keyworded (bug #669478) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=67e83b423fbabe3e113139e2631bbd1bb90910ba;p=gentoo.git app-shells/zsh-completions: arm64 keyworded (bug #669478) Signed-off-by: Aaron Bauman Package-Manager: Portage-2.3.69, Repoman-2.3.16 --- 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"