diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-09-20 15:57:12 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-09-20 15:57:12 +0200 |
commit | 8b41ea72d94b303ff7cbfc1ee8e56d0cfe6035f1 (patch) | |
tree | c4e26831bde259d2b5a07992e3d16fca37dd568c /app-shells | |
parent | app-crypt/yubikey-manager-qt: Remove old (diff) | |
download | gentoo-8b41ea72d94b303ff7cbfc1ee8e56d0cfe6035f1.tar.gz gentoo-8b41ea72d94b303ff7cbfc1ee8e56d0cfe6035f1.tar.bz2 gentoo-8b41ea72d94b303ff7cbfc1ee8e56d0cfe6035f1.zip |
app-shells/zsh-completions: Stabilize on amd64
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh-completions/zsh-completions-0.26.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/zsh-completions/zsh-completions-0.26.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.26.0.ebuild index 74e18cd0dbf0..e5c753f6371e 100644 --- a/app-shells/zsh-completions/zsh-completions-0.26.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.26.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 ~x86" fi DESCRIPTION="Additional completion definitions for Zsh" |