Install this version:
emerge -a =app-shells/bazel-completion-9.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-shells/bazel-completion-9.0.0
Or alternatively:
emerge --autounmask-write -a =app-shells/bazel-completion-9.0.0
# Copyright 1999-2025 Gentoo Authors
# Distributed under terms of the GNU General Public License v2
EAPI=8
inherit shell-completion
DESCRIPTION="Shell completion for Bazel"
HOMEPAGE="https://bazel.build/
https://github.com/bazelbuild/bazel/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/bazelbuild/bazel.git"
else
SRC_URI="https://github.com/bazelbuild/bazel/archive/${PV}.tar.gz
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~x86"
fi
S="${WORKDIR}/bazel-${PV}/scripts/zsh_completion"
LICENSE="Apache-2.0"
SLOT="0"
src_install() {
dozshcomp _bazel
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bazel-completion-9.0.0.tar.gz | 42215016 bytes | https://github.com/bazelbuild/bazel/archive/9.0.0.tar.gz |