commit:     b85d139be5e95745e0601d8c57ad4f33a1c2b7be
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 04:36:57 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 04:36:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85d139b

app-shells/zsh-completions: ~x64-macos keyworded

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/zsh-completions/zsh-completions-0.31.0.ebuild | 4 ++--
 app-shells/zsh-completions/zsh-completions-0.32.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-shells/zsh-completions/zsh-completions-0.31.0.ebuild 
b/app-shells/zsh-completions/zsh-completions-0.31.0.ebuild
index 062d59b0401..5ff3f6657fa 100644
--- a/app-shells/zsh-completions/zsh-completions-0.31.0.ebuild
+++ b/app-shells/zsh-completions/zsh-completions-0.31.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]] ; then
        EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git";
 else
        SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="amd64 ~arm ~arm64 ~sparc ~x86"
+       KEYWORDS="amd64 ~arm ~arm64 ~sparc ~x86 ~x64-macos"
 fi
 
 DESCRIPTION="Additional completion definitions for Zsh"

diff --git a/app-shells/zsh-completions/zsh-completions-0.32.0.ebuild 
b/app-shells/zsh-completions/zsh-completions-0.32.0.ebuild
index 39e4da5bebe..9eeebc72ad8 100644
--- a/app-shells/zsh-completions/zsh-completions-0.32.0.ebuild
+++ b/app-shells/zsh-completions/zsh-completions-0.32.0.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]] ; then
        EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git";
 else
        SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="amd64 ~arm ~arm64 ~sparc ~x86"
+       KEYWORDS="amd64 ~arm ~arm64 ~sparc ~x86 ~x64-macos"
 fi
 
 DESCRIPTION="Additional completion definitions for Zsh"

Reply via email to