diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2018-10-28 17:57:32 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-10-28 17:57:32 +0100 |
commit | 2bfbdd79fb6967b4ae56e92f95c64754a6c7ce7a (patch) | |
tree | f7797f2e3805b887dfb726b97ce001b8b90df337 /app-shells/zsh-completions | |
parent | app-admin/kube-bench: Version bump to 0.0.22 (diff) | |
download | gentoo-2bfbdd79fb6967b4ae56e92f95c64754a6c7ce7a.tar.gz gentoo-2bfbdd79fb6967b4ae56e92f95c64754a6c7ce7a.tar.bz2 gentoo-2bfbdd79fb6967b4ae56e92f95c64754a6c7ce7a.zip |
app-shells/zsh-completions: Stabilize on amd64
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-shells/zsh-completions')
-rw-r--r-- | app-shells/zsh-completions/zsh-completions-0.28.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/zsh-completions/zsh-completions-0.28.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.28.0.ebuild index b2f60fb0e802..0f1e354b7908 100644 --- a/app-shells/zsh-completions/zsh-completions-0.28.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.28.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~sparc ~x86" fi DESCRIPTION="Additional completion definitions for Zsh" |