diff options
author | Sam James <sam@gentoo.org> | 2021-01-04 02:01:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-04 02:01:28 +0000 |
commit | 0c8fd49ca0cbd28e7497d0d372496911576b46e6 (patch) | |
tree | 2163149a3675b541b120bc53bb4d2b96937eda9c /app-shells | |
parent | profiles/arch/sparc: fix mask date (it's January!) (diff) | |
download | gentoo-0c8fd49ca0cbd28e7497d0d372496911576b46e6.tar.gz gentoo-0c8fd49ca0cbd28e7497d0d372496911576b46e6.tar.bz2 gentoo-0c8fd49ca0cbd28e7497d0d372496911576b46e6.zip |
app-shells/zsh-completions: Stabilize 0.32.0 amd64, #763414
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh-completions/zsh-completions-0.32.0.ebuild | 4 |
1 files 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 bac7cbeb28ce..39e4da5bebe5 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" |