commit: 5a1fe10e0f214ebea5c9183f8c071bd2a33a2b77 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sat Nov 23 10:36:19 2019 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sat Nov 23 10:36:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1fe10e
app-shells/zsh-completions: Stabilize on amd64 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org> app-shells/zsh-completions/zsh-completions-0.31.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 574d178e596..062d59b0401 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"