diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-03-13 23:03:04 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-03-13 23:03:57 +0300 |
commit | 429d88ecd513c8662acda30d7252902eebda3777 (patch) | |
tree | 92b142c9141f99d59f3cbfcaf55631ce02a8e544 /app-shells | |
parent | app-dicts/aspell-ml: drop old version (diff) | |
download | gentoo-429d88ecd513c8662acda30d7252902eebda3777.tar.gz gentoo-429d88ecd513c8662acda30d7252902eebda3777.tar.bz2 gentoo-429d88ecd513c8662acda30d7252902eebda3777.zip |
app-shells/zsh-syntax-highlighting: mark stable
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@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 8ca8ffb2e2b8..7d6ef4a088be 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-2020 Gentoo Authors +# Copyright 1999-2021 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 x86" S="${WORKDIR}/${PN}-${MY_PV}" fi |