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/gentoo-zsh-completions/
Date: Thu, 04 Oct 2018 22:37:00
Message-Id: 1538692547.f234c2540e202596e3cadec09c5d0d6e2a7f28b1.slyfox@gentoo
1 commit: f234c2540e202596e3cadec09c5d0d6e2a7f28b1
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 4 22:35:47 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 4 22:35:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f234c254
7
8 app-shells/gentoo-zsh-completions: stable 20180228 for ia64, bug #666876
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12 RepoMan-Options: --include-arches="ia64"
13
14 .../gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
18 index 3cc5d5efac7..5fabb7d1d4b 100644
19 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
20 +++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]] ; then
28 EGIT_REPO_URI="https://github.com/gentoo/gentoo-zsh-completions.git"
29 else
30 SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
31 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
32 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
33 fi
34
35 DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)"