diff options
author | Sam James <sam@gentoo.org> | 2021-03-20 04:36:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-20 04:36:57 +0000 |
commit | b85d139be5e95745e0601d8c57ad4f33a1c2b7be (patch) | |
tree | 82e6df4cfe87d51040c795556b3b1cb5caf61024 /app-shells/zsh-completions | |
parent | sci-libs/hdf5: fix build with slibtool (diff) | |
download | gentoo-b85d139be5e95745e0601d8c57ad4f33a1c2b7be.tar.gz gentoo-b85d139be5e95745e0601d8c57ad4f33a1c2b7be.tar.bz2 gentoo-b85d139be5e95745e0601d8c57ad4f33a1c2b7be.zip |
app-shells/zsh-completions: ~x64-macos keyworded
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/zsh-completions')
-rw-r--r-- | app-shells/zsh-completions/zsh-completions-0.31.0.ebuild | 4 | ||||
-rw-r--r-- | 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 062d59b04010..5ff3f6657faa 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 39e4da5bebe5..9eeebc72ad88 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" |