commit: 8d09c3ca3edb1234ffbf34d70650b6e50c678639
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 04:37:20 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 04:37:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d09c3ca
app-shells/zsh-completions: sync live ebuild
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/zsh-completions/zsh-completions-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-shells/zsh-completions/zsh-completions-9999.ebuild
b/app-shells/zsh-completions/zsh-completions-9999.ebuild
index 3ba0582d57d..76ce34750ad 100644
--- a/app-shells/zsh-completions/zsh-completions-9999.ebuild
+++ b/app-shells/zsh-completions/zsh-completions-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
if [[ ${PV} == 9999* ]] ; then
inherit git-r3
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 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86 ~x64-macos"
fi
DESCRIPTION="Additional completion definitions for Zsh"