diff options
author | Sam James <sam@gentoo.org> | 2021-03-20 04:39:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-20 04:39:11 +0000 |
commit | c3e784c83365b304b5682cc1e133d2e2edb986b7 (patch) | |
tree | e7d308a559b929fdee902e540fec96e1df1ef3c1 /app-shells | |
parent | app-shells/zsh-completions: stabilize 0.32.0: arm64 (diff) | |
download | gentoo-c3e784c83365b304b5682cc1e133d2e2edb986b7.tar.gz gentoo-c3e784c83365b304b5682cc1e133d2e2edb986b7.tar.bz2 gentoo-c3e784c83365b304b5682cc1e133d2e2edb986b7.zip |
app-shells/gentoo-zsh-completions: sync live ebuild
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild index 2a81da460ee2..d04238a89858 100644 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild +++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.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 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris" fi DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)" |