mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user