diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-03 20:37:09 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-03 20:37:09 +0300 |
commit | bdc00e474f8633d8a1251ff5b8f52cbc0ae1098e (patch) | |
tree | 51961d91f110223a78f5b41437d55d28389eddfd /app-shells | |
parent | dev-java/protobuf-java: Stabilize 3.19.3 ppc64, #833945 (diff) | |
download | gentoo-bdc00e474f8633d8a1251ff5b8f52cbc0ae1098e.tar.gz gentoo-bdc00e474f8633d8a1251ff5b8f52cbc0ae1098e.tar.bz2 gentoo-bdc00e474f8633d8a1251ff5b8f52cbc0ae1098e.zip |
app-shells/zsh-syntax-highlighting: Keyword 0.7.1 arm, #837134
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.ebuild | 4 |
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 7d6ef4a088be..c714594dc373 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-2021 Gentoo Authors +# Copyright 1999-2022 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 x86" + KEYWORDS="amd64 ~arm x86" S="${WORKDIR}/${PN}-${MY_PV}" fi |