commit: 35bdfed40745481a5ff29e6d1de5f6f85055443f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Mar 23 05:08:23 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 25 18:58:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35bdfed4
app-shells/zsh-completions: ~ppc64 keyworded Signed-off-by: Sam James <sam <AT> gentoo.org> app-shells/zsh-completions/zsh-completions-0.31.0.ebuild | 2 +- app-shells/zsh-completions/zsh-completions-0.32.0.ebuild | 2 +- app-shells/zsh-completions/zsh-completions-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 5ff3f6657fa..888a5693eb2 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 ~x64-macos" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86 ~x64-macos" fi DESCRIPTION="Additional completion definitions for Zsh" 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 3a5bb0cd1a3..8c00fc6e51a 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 ~sparc ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~sparc ~x86 ~x64-macos" fi DESCRIPTION="Additional completion definitions for Zsh" diff --git a/app-shells/zsh-completions/zsh-completions-9999.ebuild b/app-shells/zsh-completions/zsh-completions-9999.ebuild index 76ce34750ad..e9aaddd7262 100644 --- a/app-shells/zsh-completions/zsh-completions-9999.ebuild +++ b/app-shells/zsh-completions/zsh-completions-9999.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 ~x64-macos" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86 ~x64-macos" fi DESCRIPTION="Additional completion definitions for Zsh"