Diff gentoo-zsh-completions-20230117 with a gentoo-zsh-completions-99999999
| /usr/portage/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild 2024-12-25 14:59:47.731270055 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-2022 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 8 | 8 |
EGIT_REPO_URI="https://github.com/gentoo/gentoo-zsh-completions.git" |
| 9 | 9 |
else |
| 10 | 10 |
SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
| 11 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |
|
| 11 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |
|
| 12 | 12 |
fi |
| 13 | 13 | |
| 14 | 14 |
DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)" |