Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh-syntax-highlighting/
Date: Tue, 03 May 2022 17:37:30
Message-Id: 1651599429.bdc00e474f8633d8a1251ff5b8f52cbc0ae1098e.arthurzam@gentoo
1 commit: bdc00e474f8633d8a1251ff5b8f52cbc0ae1098e
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 17:37:09 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 17:37:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc00e47
7
8 app-shells/zsh-syntax-highlighting: Keyword 0.7.1 arm, #837134
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 .../zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index 7d6ef4a088be..c714594dc373 100644
17 --- a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild
18 +++ b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ if [[ -z ${PV%%*9999} ]]; then
26 else
27 MY_PV=$(ver_rs 3 -)
28 SRC_URI="https://github.com/zsh-users/zsh-syntax-highlighting/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="amd64 x86"
30 + KEYWORDS="amd64 ~arm x86"
31 S="${WORKDIR}/${PN}-${MY_PV}"
32 fi