sys-apps/pkgcraft-tools: (live) no shell completion in 9999

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2025-03-19 11:58:30 +02:00
parent 4d11adf114
commit 3f2f2f09c3

View File

@@ -70,7 +70,9 @@ src_test() {
src_install() {
cargo_src_install
newbashcomp shell/pk.bash pk
dozshcomp shell/_pk
dofishcomp shell/pk.fish
if [[ ${PV} != 9999 ]] ; then
newbashcomp shell/pk.bash pk
dozshcomp shell/_pk
dofishcomp shell/pk.fish
fi
}