2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-19 00:09:37 +03:00

app-containers/cri-tools: Use the shell-completion eclass for zsh

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/41994
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
James Le Cuirot
2025-05-08 20:59:53 +01:00
committed by Zac Medico
parent 5c8bb383ef
commit 1a55476abc

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit bash-completion-r1 go-env go-module toolchain-funcs
inherit go-env go-module shell-completion toolchain-funcs
DESCRIPTION="CLI and validation tools for Kubelet Container Runtime (CRI)"
HOMEPAGE="https://github.com/kubernetes-sigs/cri-tools"
@@ -33,7 +33,6 @@ src_install() {
if ! tc-is-cross-compiler; then
newbashcomp crictl.bash crictl
insinto /usr/share/zsh/site-functions
newins crictl.zsh _crictl
newzshcomp crictl.zsh _crictl
fi
}