app-shells/zsh-completions: add ~arm, bug #621350

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
This commit is contained in:
Markus Meier
2017-06-14 21:49:14 +02:00
parent aa41a25579
commit 94a474d8bc

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 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
fi
DESCRIPTION="Additional completion definitions for Zsh"