From 7c6abd4b51bc52f9b3d1db48a053024c91c637c8 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 28 Apr 2025 07:16:14 +0000 Subject: [PATCH] eclass/python-r1: Sync with Gentoo It's from Gentoo commit 636db84c297674e57df06eb9c318d508d94a7da5. --- .../src/third_party/portage-stable/eclass/python-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/python-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/python-r1.eclass index 02d7215320..7be8b5ac8d 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/python-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/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