summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-20 04:37:20 +0000
committerSam James <sam@gentoo.org>2021-03-20 04:37:33 +0000
commit8d09c3ca3edb1234ffbf34d70650b6e50c678639 (patch)
tree5178e1e0cf1abf37ae063b17866963d3665848d1 /app-shells/zsh-completions
parentapp-shells/zsh-completions: ~x64-macos keyworded (diff)
downloadgentoo-8d09c3ca3edb1234ffbf34d70650b6e50c678639.tar.gz
gentoo-8d09c3ca3edb1234ffbf34d70650b6e50c678639.tar.bz2
gentoo-8d09c3ca3edb1234ffbf34d70650b6e50c678639.zip
app-shells/zsh-completions: sync live ebuild
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/zsh-completions')
-rw-r--r--app-shells/zsh-completions/zsh-completions-9999.ebuild6
1 files 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 3ba0582d57d7..76ce34750ad6 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"