Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh-syntax-highlighting/
Date: Mon, 24 Feb 2020 06:32:56
Message-Id: 1582525971.f737b2088cd24561f00ef40b369109589d5fcafa.zlogene@gentoo
1 commit: f737b2088cd24561f00ef40b369109589d5fcafa
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 24 06:30:34 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 24 06:32:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f737b208
7
8 app-shells/zsh-syntax-highlighting: mark stable
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 .../zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.0_beta1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.0_beta1.ebuild b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.0_beta1.ebuild
17 index 8ca8ffb2e2b..0ba4e019c3f 100644
18 --- a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.0_beta1.ebuild
19 +++ b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.0_beta1.ebuild
20 @@ -11,7 +11,7 @@ if [[ -z ${PV%%*9999} ]]; then
21 else
22 MY_PV=$(ver_rs 3 -)
23 SRC_URI="https://github.com/zsh-users/zsh-syntax-highlighting/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~x86"
25 + KEYWORDS="amd64 x86"
26 S="${WORKDIR}/${PN}-${MY_PV}"
27 fi