diff options
author | Stephan Hartmann <stha09@googlemail.com> | 2018-02-13 08:37:44 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-02-14 19:53:17 +0000 |
commit | c9b2ac1c27aec737d111f06b201662a65fd20496 (patch) | |
tree | d67bd7d10b1fbc117e3c419e3d2012c834479e26 /app-shells | |
parent | x11-wm/i3: Revert "add ~arm64, bug #640274" (diff) | |
download | gentoo-c9b2ac1c27aec737d111f06b201662a65fd20496.tar.gz gentoo-c9b2ac1c27aec737d111f06b201662a65fd20496.tar.bz2 gentoo-c9b2ac1c27aec737d111f06b201662a65fd20496.zip |
app-shells/zsh-completions: add ~sparc
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7169
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh-completions/zsh-completions-0.27.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild index 348182015e25..f59a24150fa9 100644 --- a/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git" else SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm ~sparc ~x86" fi DESCRIPTION="Additional completion definitions for Zsh" |