diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-07-19 16:34:14 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-07-19 16:34:14 +0200 |
commit | 31b2fb27664c057da6a71c2b40220ba80af6894f (patch) | |
tree | 2385ffcc4ce011b3e2141e055f6d32a75b30d64e /app-shells/zsh-completions | |
parent | app-shells/zsh-completions: Version bump to 0.26.0 (diff) | |
download | gentoo-31b2fb27664c057da6a71c2b40220ba80af6894f.tar.gz gentoo-31b2fb27664c057da6a71c2b40220ba80af6894f.tar.bz2 gentoo-31b2fb27664c057da6a71c2b40220ba80af6894f.zip |
app-shells/zsh-completions: Stabilize 0.25.0
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-shells/zsh-completions')
-rw-r--r-- | app-shells/zsh-completions/zsh-completions-0.25.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/zsh-completions/zsh-completions-0.25.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.25.0.ebuild index 74e18cd0dbf0..e5c753f6371e 100644 --- a/app-shells/zsh-completions/zsh-completions-0.25.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.25.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 ~x86" + KEYWORDS="amd64 ~arm ~x86" fi DESCRIPTION="Additional completion definitions for Zsh" |