diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-04-16 10:51:30 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-04-16 10:52:30 +0200 |
commit | 59b7a9754db9c7edc6520808cb68f9fc6670c342 (patch) | |
tree | cdf251caf2c1b2cc1b00e0a13a0fe05180ffe6ab /app-shells/zsh-completions | |
parent | net-misc/rdesktop: use standard GSSAPI (diff) | |
download | gentoo-59b7a9754db9c7edc6520808cb68f9fc6670c342.tar.gz gentoo-59b7a9754db9c7edc6520808cb68f9fc6670c342.tar.bz2 gentoo-59b7a9754db9c7edc6520808cb68f9fc6670c342.zip |
app-shells/zsh-completions: Stable on amd64
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-shells/zsh-completions')
-rw-r--r-- | app-shells/zsh-completions/zsh-completions-0.30.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/zsh-completions/zsh-completions-0.30.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.30.0.ebuild index 926c471ffa08..e15fd2263281 100644 --- a/app-shells/zsh-completions/zsh-completions-0.30.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.30.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # 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 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~sparc ~x86" fi DESCRIPTION="Additional completion definitions for Zsh" |