summaryrefslogtreecommitdiff
path: root/app-shells/zsh-syntax-highlighting
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /app-shells/zsh-syntax-highlighting
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'app-shells/zsh-syntax-highlighting')
-rw-r--r--app-shells/zsh-syntax-highlighting/Manifest4
-rw-r--r--app-shells/zsh-syntax-highlighting/metadata.xml9
-rw-r--r--app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild4
3 files changed, 9 insertions, 8 deletions
diff --git a/app-shells/zsh-syntax-highlighting/Manifest b/app-shells/zsh-syntax-highlighting/Manifest
index e68f2ec28ce8..5df209cbbc66 100644
--- a/app-shells/zsh-syntax-highlighting/Manifest
+++ b/app-shells/zsh-syntax-highlighting/Manifest
@@ -1,3 +1,3 @@
DIST zsh-syntax-highlighting-0.7.1.tar.gz 133554 BLAKE2B cd55a0ad69670b25edc4bfa78ad76d1e2ef501deeca3e93adbef0aca305896722b4906d7717be3ad61bc0cf6b6496e217626406e5ff4168ece4b75bffd94bbf0 SHA512 e7e86b88cdac9b9ed5f973823ba8efff99dd720b9ed929f765f9f9266b9d6e147274f5957ceb630d51a660e396fc22e97f10cfbc5cdde941b907f3773bb1ea2b
-EBUILD zsh-syntax-highlighting-0.7.1.ebuild 999 BLAKE2B 2694a1771ca62535592a35f8c35f0e115991e2e94d90f28ed9a1497831b632b10495163e45646a015b6ca79b859108820391164895c0d0b6bd37a3be1df765e8 SHA512 981657f7a3c53a30f39e221167a10467682826252a2da22e6ea0c63e2f2709c170e5db6bed20754f2459430b4536886100a30a4e83bc8bd3a5b85521b1ad5848
-MISC metadata.xml 244 BLAKE2B 94b04f9b5ade506f66b25651b1fdabfaf11febaff3175956406893e90548e87145186ef43a617e24803bd22d9da3f90ea8d72cfea7847aea521974b3138e92ad SHA512 20225e64357a690e86df86aa4d784300459d28b775e3989f77fd31e752ef968de63e41b59bb3c78b331e817f9eceab6dd6ef01131451753a1b5d3a309770611a
+EBUILD zsh-syntax-highlighting-0.7.1.ebuild 1011 BLAKE2B c3cd3ed33313079d0ccc85997920c3c513b4a3c5dae9a753058d54b4d494cb144891a6147357fff67644456462329772759165136881053c9bf940f0daa82182 SHA512 2f85b98b4f633951d430cb07a29804ed8ae8538879b8896ddb5e5be70227130bc696e99efd5749457fb2d53b4e623fed48bf112b54cd24d33bf3758b6718f619
+MISC metadata.xml 272 BLAKE2B d36c88254117ec6ed30137d00c61163eb3932134401f8c8f39b63a5dcf398f40bd7a1c5eb4d4a3e96b06d65fb33d59ffe7150332bd05e02b50d1a32fe635813c SHA512 e13e07482302422e18a1b8f7abd0db0a18cfa186e8336e7be7b4cdc95304d91d94236c7f041de88e1dea2a06229a669c7469a9dd54c22102de038aabeb84ec4f
diff --git a/app-shells/zsh-syntax-highlighting/metadata.xml b/app-shells/zsh-syntax-highlighting/metadata.xml
index 48d3ded01150..31a6399a74d8 100644
--- a/app-shells/zsh-syntax-highlighting/metadata.xml
+++ b/app-shells/zsh-syntax-highlighting/metadata.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>zlogene@gentoo.org</email>
- <name>Mikle Kolyada</name>
-</maintainer>
+ <maintainer type="person">
+ <email>zlogene@gentoo.org</email>
+ <name>Mikle Kolyada</name>
+ </maintainer>
+ <stabilize-allarches/>
</pkgmetadata>
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..6f3bd9ea5f6d 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 ~riscv x86"
S="${WORKDIR}/${PN}-${MY_PV}"
fi