diff options
author | Yu Gu <guyu2876@gmail.com> | 2022-05-10 22:03:30 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-10 18:39:35 +0200 |
commit | d5b81602058f860ed933637c9b44dc8e4026ee50 (patch) | |
tree | 3f9aabcdafb480e6d513d323dd238153fbf38f96 /app-shells | |
parent | app-shells/zsh-completions: keyword 0.33.0 for ~riscv (diff) | |
download | gentoo-d5b81602058f860ed933637c9b44dc8e4026ee50.tar.gz gentoo-d5b81602058f860ed933637c9b44dc8e4026ee50.tar.bz2 gentoo-d5b81602058f860ed933637c9b44dc8e4026ee50.zip |
app-shells/zsh-syntax-highlighting: keyword 0.7.1 for ~riscv
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25419
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild index c714594dc373..6f3bd9ea5f6d 100644 --- a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild +++ b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild @@ -11,7 +11,7 @@ if [[ -z ${PV%%*9999} ]]; then else MY_PV=$(ver_rs 3 -) SRC_URI="https://github.com/zsh-users/zsh-syntax-highlighting/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm x86" + KEYWORDS="amd64 ~arm ~riscv x86" S="${WORKDIR}/${PN}-${MY_PV}" fi |