diff options
| author | Sam James <sam@gentoo.org> | 2025-04-23 10:50:36 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-04-23 16:15:11 +0100 |
| commit | a24673569d3d66f4c554e6c7dfb12e01912172e5 (patch) | |
| tree | 708019294cfa22b1a423571ef519cc21717bab43 /eclass/python-utils-r1.eclass | |
| parent | 636db84c297674e57df06eb9c318d508d94a7da5 (diff) | |
| download | gentoo-a24673569d3d66f4c554e6c7dfb12e01912172e5.tar.gz gentoo-a24673569d3d66f4c554e6c7dfb12e01912172e5.tar.bz2 gentoo-a24673569d3d66f4c554e6c7dfb12e01912172e5.zip | |
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>
Diffstat (limited to 'eclass/python-utils-r1.eclass')
| -rw-r--r-- | eclass/python-utils-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
