diff options
author | Yu Gu <guyu2876@gmail.com> | 2022-05-10 22:02:50 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-10 18:39:34 +0200 |
commit | d8cfff4f9d1612a453f51f7e87b788f08aeacab4 (patch) | |
tree | c5b8a3e4ed4bf60e38786994ad95249e7d1f1d89 /app-shells/zsh-completions | |
parent | app-shells/gentoo-zsh-completions: keyword 20220112 for ~riscv (diff) | |
download | gentoo-d8cfff4f9d1612a453f51f7e87b788f08aeacab4.tar.gz gentoo-d8cfff4f9d1612a453f51f7e87b788f08aeacab4.tar.bz2 gentoo-d8cfff4f9d1612a453f51f7e87b788f08aeacab4.zip |
app-shells/zsh-completions: keyword 0.33.0 for ~riscv
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-shells/zsh-completions')
-rw-r--r-- | app-shells/zsh-completions/zsh-completions-0.33.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/zsh-completions/zsh-completions-0.33.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.33.0.ebuild index 1c3212105a95..ccbe230c7310 100644 --- a/app-shells/zsh-completions/zsh-completions-0.33.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.33.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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 ppc ppc64 sparc x86 ~x64-macos" + KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~x64-macos" fi DESCRIPTION="Additional completion definitions for Zsh" |