Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh-completions/
Date: Wed, 14 Feb 2018 19:53:26
Message-Id: 1518637997.c9b2ac1c27aec737d111f06b201662a65fd20496.slyfox@gentoo
1 commit: c9b2ac1c27aec737d111f06b201662a65fd20496
2 Author: Stephan Hartmann <stha09 <AT> googlemail <DOT> com>
3 AuthorDate: Tue Feb 13 07:37:44 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 14 19:53:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b2ac1c
7
8 app-shells/zsh-completions: add ~sparc
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 Closes: https://github.com/gentoo/gentoo/pull/7169
12
13 app-shells/zsh-completions/zsh-completions-0.27.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild
17 index 348182015e2..f59a24150fa 100644
18 --- a/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild
19 +++ b/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild
20 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]] ; then
21 EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git"
22 else
23 SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="amd64 ~arm ~x86"
25 + KEYWORDS="amd64 ~arm ~sparc ~x86"
26 fi
27
28 DESCRIPTION="Additional completion definitions for Zsh"