commit: f9e7a707a451e20a86ca50e582524c702d7ea0d7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 23 02:47:08 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 25 09:30:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e7a707
app-shells/zsh-completions: stabilize 0.32.0 for ppc, ppc64 Signed-off-by: Sam James <sam <AT> gentoo.org> app-shells/zsh-completions/zsh-completions-0.32.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/zsh-completions/zsh-completions-0.32.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.32.0.ebuild index 7a3a90c7a58..04ae1f13c3f 100644 --- a/app-shells/zsh-completions/zsh-completions-0.32.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.32.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 ~ppc ~ppc64 sparc x86 ~x64-macos" + KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~x64-macos" fi DESCRIPTION="Additional completion definitions for Zsh"