sys-apps/mission-center: correcting QA_FLAGS_IGNORED

the app package uses a hyphen, but the actual installed binary does not,
so i've corrected it to use (and ignore) the proper binary

Signed-off-by: brettalcox <brettalcox@gmail.com>
This commit is contained in:
brettalcox
2023-10-18 08:21:18 -05:00
parent 613fa26ecf
commit 23b939b633
3 changed files with 12 additions and 3 deletions

View File

@@ -345,4 +345,7 @@ src_test() {
# 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}"
QA_FLAGS_IGNORED="
usr/bin/missioncenter
usr/bin/missioncenter-gatherer
"

View File

@@ -403,4 +403,7 @@ pkg_postrm() {
# 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}"
QA_FLAGS_IGNORED="
usr/bin/missioncenter
usr/bin/missioncenter-gatherer
"

View File

@@ -406,4 +406,7 @@ pkg_postrm() {
# 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}"
QA_FLAGS_IGNORED="
usr/bin/missioncenter
usr/bin/missioncenter-gatherer
"