commit: b0069f0657e482aec72f596056c9d6ab71385786
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 10:12:23 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 15:15:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0069f06
toolchain.eclass: use 'QA Notice:' prefix in eqawarn
This makes life easier for tinderboxes, but we should improve this in some
future
EAPI.
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/toolchain.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 0857395b4234..2e9350f3f596 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1842,7 +1842,7 @@ toolchain_src_configure() {
if [[ ${PV} == *_p* && -f "${S}"/gcc/doc/gcc.info ]] ; then
# Safeguard against https://gcc.gnu.org/PR106899 being fixed
# without corresponding ebuild changes.
- eqawarn "Snapshot release with pre-generated info pages found!"
+ eqawarn "QA Notice: Snapshot release with pre-generated info
pages found!"
eqawarn "The BDEPEND in the ebuild should be updated to drop
texinfo."
fi