commit: 1f44ab66ddb2e710523b6b38dd4d57f4476b8503
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 08:46:16 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 27 08:46:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f44ab66
app-shells/zsh-syntax-highlighting: Keyword 0.7.1 arm64, #906993
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 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 6f3bd9ea5f6d..6dc5114c77c9 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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 ~riscv x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
S="${WORKDIR}/${PN}-${MY_PV}"
fi