Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh-syntax-highlighting/
Date: Tue, 10 May 2022 16:39:56
Message-Id: 1652200775.d5b81602058f860ed933637c9b44dc8e4026ee50.jsmolic@gentoo
1 commit: d5b81602058f860ed933637c9b44dc8e4026ee50
2 Author: Yu Gu <guyu2876 <AT> gmail <DOT> com>
3 AuthorDate: Tue May 10 14:03:30 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue May 10 16:39:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b81602
7
8 app-shells/zsh-syntax-highlighting: keyword 0.7.1 for ~riscv
9
10 Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/25419
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 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
18 index c714594dc373..6f3bd9ea5f6d 100644
19 --- a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild
20 +++ b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild
21 @@ -11,7 +11,7 @@ if [[ -z ${PV%%*9999} ]]; then
22 else
23 MY_PV=$(ver_rs 3 -)
24 SRC_URI="https://github.com/zsh-users/zsh-syntax-highlighting/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="amd64 ~arm x86"
26 + KEYWORDS="amd64 ~arm ~riscv x86"
27 S="${WORKDIR}/${PN}-${MY_PV}"
28 fi