commit: 8b41ea72d94b303ff7cbfc1ee8e56d0cfe6035f1 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Wed Sep 20 13:57:12 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Wed Sep 20 13:57:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b41ea72
app-shells/zsh-completions: Stabilize on amd64 Package-Manager: Portage-2.3.10, Repoman-2.3.3 app-shells/zsh-completions/zsh-completions-0.26.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/zsh-completions/zsh-completions-0.26.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.26.0.ebuild index 74e18cd0dbf..e5c753f6371 100644 --- a/app-shells/zsh-completions/zsh-completions-0.26.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.26.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"