summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 08:46:16 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 08:46:16 +0000
commit1f44ab66ddb2e710523b6b38dd4d57f4476b8503 (patch)
treededb813b087b3e2f6f401219c5345f68963d7a59 /app-shells
parentsys-devel/clang-common: restore maybe-stddef changes to 16.0.4 (diff)
downloadgentoo-1f44ab66ddb2e710523b6b38dd4d57f4476b8503.tar.gz
gentoo-1f44ab66ddb2e710523b6b38dd4d57f4476b8503.tar.bz2
gentoo-1f44ab66ddb2e710523b6b38dd4d57f4476b8503.zip
app-shells/zsh-syntax-highlighting: Keyword 0.7.1 arm64, #906993
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild4
1 files 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