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: Sun, 28 Oct 2018 16:58:00
Message-Id: 1540745852.2bfbdd79fb6967b4ae56e92f95c64754a6c7ce7a.mrueg@gentoo
1 commit: 2bfbdd79fb6967b4ae56e92f95c64754a6c7ce7a
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 28 16:57:32 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 28 16:57:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfbdd79
7
8 app-shells/zsh-completions: Stabilize on amd64
9
10 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-shells/zsh-completions/zsh-completions-0.28.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-shells/zsh-completions/zsh-completions-0.28.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.28.0.ebuild
17 index b2f60fb0e80..0f1e354b790 100644
18 --- a/app-shells/zsh-completions/zsh-completions-0.28.0.ebuild
19 +++ b/app-shells/zsh-completions/zsh-completions-0.28.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]] ; then
27 EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git"
28 else
29 SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="~amd64 ~arm ~sparc ~x86"
31 + KEYWORDS="amd64 ~arm ~sparc ~x86"
32 fi
33
34 DESCRIPTION="Additional completion definitions for Zsh"