diff options
| author | Sam James <sam@gentoo.org> | 2025-04-23 10:50:23 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-04-23 16:15:10 +0100 |
| commit | 636db84c297674e57df06eb9c318d508d94a7da5 (patch) | |
| tree | 90ed4df38d5f0b22dbb050cb531d4292018fd6cd /eclass/python-r1.eclass | |
| parent | 32bbaebe4b727997e483d6b78c8d71cf9fde6b7e (diff) | |
| download | gentoo-636db84c297674e57df06eb9c318d508d94a7da5.tar.gz gentoo-636db84c297674e57df06eb9c318d508d94a7da5.tar.bz2 gentoo-636db84c297674e57df06eb9c318d508d94a7da5.zip | |
python-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-r1.eclass')
| -rw-r--r-- | eclass/python-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 02d7215320a2..7be8b5ac8d45 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -620,7 +620,7 @@ python_foreach_impl() { [[ ! ${_DISTUTILS_CALLING_FOREACH_IMPL} && ! ${_DISTUTILS_FOREACH_IMPL_WARNED} ]] then - eqawarn "python_foreach_impl has been called directly while using distutils-r1." + eqawarn "QA Notice: python_foreach_impl has been called directly while using distutils-r1." eqawarn "Please redefine python_*() phase functions to meet your expectations" eqawarn "instead." _DISTUTILS_FOREACH_IMPL_WARNED=1 |
