diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-11-23 11:36:19 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-11-23 11:36:19 +0100 |
commit | 5a1fe10e0f214ebea5c9183f8c071bd2a33a2b77 (patch) | |
tree | 8d4473629713073eb79346f7ed55dc7d8c63f8fd /app-shells | |
parent | dev-python/pytest-xdist: Fix remaining MissingTestRestrict (diff) | |
download | gentoo-5a1fe10e0f214ebea5c9183f8c071bd2a33a2b77.tar.gz gentoo-5a1fe10e0f214ebea5c9183f8c071bd2a33a2b77.tar.bz2 gentoo-5a1fe10e0f214ebea5c9183f8c071bd2a33a2b77.zip |
app-shells/zsh-completions: Stabilize on amd64
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh-completions/zsh-completions-0.31.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/zsh-completions/zsh-completions-0.31.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.31.0.ebuild index 574d178e5961..062d59b04010 100644 --- a/app-shells/zsh-completions/zsh-completions-0.31.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.31.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 ~arm64 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~sparc ~x86" fi DESCRIPTION="Additional completion definitions for Zsh" |