Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh-completions/
Date: Tue, 29 Nov 2016 22:40:43
Message-Id: 1480459211.a12696e204c446a0565fa00d2d94bc9975f8de17.mrueg@gentoo
1 commit: a12696e204c446a0565fa00d2d94bc9975f8de17
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 22:40:11 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 22:40:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12696e2
7
8 app-shells/zsh-completions: Stable on amd64
9
10 Gentoo-Bug: #601188
11
12 Package-Manager: portage-2.3.2
13
14 app-shells/zsh-completions/zsh-completions-0.22.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-shells/zsh-completions/zsh-completions-0.22.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.22.0.ebuild
18 index e5b1d5f..fbeb14a 100644
19 --- a/app-shells/zsh-completions/zsh-completions-0.22.0.ebuild
20 +++ b/app-shells/zsh-completions/zsh-completions-0.22.0.ebuild
21 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]] ; then
22 EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git"
23 else
24 SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~amd64 ~x86"
26 + KEYWORDS="amd64 ~x86"
27 fi
28
29 DESCRIPTION="Additional completion definitions for Zsh"