commit: 0c8fd49ca0cbd28e7497d0d372496911576b46e6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 4 02:01:28 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 4 02:01:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c8fd49c
app-shells/zsh-completions: Stabilize 0.32.0 amd64, #763414
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/zsh-completions/zsh-completions-0.32.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 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 bac7cbeb28c..39e4da5bebe 100644
--- a/app-shells/zsh-completions/zsh-completions-0.32.0.ebuild
+++ b/app-shells/zsh-completions/zsh-completions-0.32.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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"