diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-10 21:03:58 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-10 21:03:58 +0300 |
commit | 6c9505a01356a11babd55bade2e8ab97c2b7eb3f (patch) | |
tree | 06ab017e237e054c29377ec84ba14746bfc135c2 /app-shells | |
parent | sys-cluster/k3s: drop 1.23.6_p1, 1.23.7_p1, 1.24.1_p1 (diff) | |
download | gentoo-6c9505a01356a11babd55bade2e8ab97c2b7eb3f.tar.gz gentoo-6c9505a01356a11babd55bade2e8ab97c2b7eb3f.tar.bz2 gentoo-6c9505a01356a11babd55bade2e8ab97c2b7eb3f.zip |
app-shells/gentoo-zsh-completions: Stabilize 20220112 arm64, #857216
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20220112.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20220112.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20220112.ebuild index 2946462b6341..ad51b7680fb2 100644 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20220112.ebuild +++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20220112.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="https://github.com/gentoo/gentoo-zsh-completions.git" else SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris" fi DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)" |