diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2018-01-05 16:28:12 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-01-08 12:41:54 +0100 |
commit | e29e12fac42920b0f908f44ca793aa24be2f18c1 (patch) | |
tree | 08d7d10d4daa0e82f3fd1bdbb1233557c7ccfc5a /app-shells/zsh-completions | |
parent | net-libs/nodejs: HAI! (diff) | |
download | gentoo-e29e12fac42920b0f908f44ca793aa24be2f18c1.tar.gz gentoo-e29e12fac42920b0f908f44ca793aa24be2f18c1.tar.bz2 gentoo-e29e12fac42920b0f908f44ca793aa24be2f18c1.zip |
app-shells/zsh-completions: Stable on amd64
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-shells/zsh-completions')
-rw-r--r-- | app-shells/zsh-completions/zsh-completions-0.27.0.ebuild | 4 |
1 files changed, 2 insertions, 2 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 74e18cd0dbf0..348182015e25 100644 --- a/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |