commit:     a24673569d3d66f4c554e6c7dfb12e01912172e5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 09:50:36 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 15:15:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2467356

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 <AT> gentoo.org>

 eclass/python-utils-r1.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 79097765167f..458c0b0b2387 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -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

Reply via email to