app-admin/kubie: disable self update functionality

This commit is contained in:
2024-07-31 11:30:09 +03:00
parent 5086ec0436
commit 96bdfcee1c
2 changed files with 6 additions and 1 deletions

View File

@@ -215,3 +215,8 @@ BDEPEND=">=virtual/rust-1.74"
# rust does not use *FLAGS from make.conf, silence portage warning
# update with proper path to binaries this crate installs, omit leading /
QA_FLAGS_IGNORED="usr/bin/${PN}"
src_compile() {
# Disable self update functionality
cargo_src_compile --no-default-features
}