python-utils-r1.eclass: add 'QA Notice:' prefix to eqawarn

We need to fix this properly at some point in Portage/PMS but whatever,
for now, add the 'QA Prefix:' prefix to eqawarn so tinderboxes pick
these up and report them.

Bug: https://bugs.gentoo.org/954151
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-04-23 10:50:36 +01:00
parent 636db84c29
commit a24673569d

View File

@@ -1279,7 +1279,7 @@ _python_check_occluded_packages() {
)
if [[ -n ${diff} ]]; then
eqawarn "The directory ${fn} occludes package installed for ${EPYTHON}."
eqawarn "QA Notice: The directory ${fn} occludes package installed for ${EPYTHON}."
eqawarn "The installed package includes additional files:"
eqawarn
while IFS= read -r l; do