commit: 31b2fb27664c057da6a71c2b40220ba80af6894f Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Wed Jul 19 14:34:14 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Wed Jul 19 14:34:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b2fb27
app-shells/zsh-completions: Stabilize 0.25.0 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-shells/zsh-completions/zsh-completions-0.25.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 74e18cd0dbf..e5c753f6371 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"