Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/gentoo-zsh-completions/
Date: Wed, 06 Jan 2021 13:26:37
Message-Id: 1609939529.3dfa88446a6524cc77686abcb456f6c0eee7e111.grobian@gentoo
1 commit: 3dfa88446a6524cc77686abcb456f6c0eee7e111
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 13:25:29 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 13:25:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dfa8844
7
8 app-shells/gentoo-zsh-completions: drop x86-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 .../gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild | 4 ++--
14 .../gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild
18 index 7f34ac89f3c..10790e56b8f 100644
19 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild
20 +++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20200914.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 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 arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
32 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris"
33 fi
34
35 DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)"
36
37 diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild
38 index ec6e56e3e3b..2a81da460ee 100644
39 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild
40 +++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2020 Gentoo Authors
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]] ; then
48 EGIT_REPO_URI="https://github.com/gentoo/gentoo-zsh-completions.git"
49 else
50 SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
51 - KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
52 + KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris"
53 fi
54
55 DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)"