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, 09 Jan 2018 02:02:58
Message-Id: 1515411714.e29e12fac42920b0f908f44ca793aa24be2f18c1.mrueg@gentoo
1 commit: e29e12fac42920b0f908f44ca793aa24be2f18c1
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 15:28:12 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 11:41:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e29e12fa
7
8 app-shells/zsh-completions: Stable on amd64
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-shells/zsh-completions/zsh-completions-0.27.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild
16 index 74e18cd0dbf..348182015e2 100644
17 --- a/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild
18 +++ b/app-shells/zsh-completions/zsh-completions-0.27.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]] ; then
26 EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git"
27 else
28 SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm ~x86"
30 + KEYWORDS="amd64 ~arm ~x86"
31 fi
32
33 DESCRIPTION="Additional completion definitions for Zsh"