mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
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:
@@ -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
|
||||
"
|
||||
|
||||
@@ -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
|
||||
"
|
||||
|
||||
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user