mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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>
This commit is contained in:
parent
32bbaebe4b
commit
636db84c29
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user