diff options
author | Sam James <sam@gentoo.org> | 2021-04-23 03:47:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-25 10:30:55 +0100 |
commit | f9e7a707a451e20a86ca50e582524c702d7ea0d7 (patch) | |
tree | 7bec68f5839d680613ce5ccc77df42935df58a38 | |
parent | app-arch/p7zip: Remove old 16.02-r4, 16.02-r5 (diff) | |
download | gentoo-f9e7a707a451e20a86ca50e582524c702d7ea0d7.tar.gz gentoo-f9e7a707a451e20a86ca50e582524c702d7ea0d7.tar.bz2 gentoo-f9e7a707a451e20a86ca50e582524c702d7ea0d7.zip |
app-shells/zsh-completions: stabilize 0.32.0 for ppc, ppc64
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-shells/zsh-completions/zsh-completions-0.32.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 7a3a90c7a581..04ae1f13c3f6 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" |