commit:     04e7124c3992c34a7bd39770f772510d77e8ac48
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 10:12:32 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 15:15:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e7124c

xorg-3.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/xorg-3.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
index db2d8fa85df9..4947cb86b8b0 100644
--- a/eclass/xorg-3.eclass
+++ b/eclass/xorg-3.eclass
@@ -429,7 +429,7 @@ xorg-3_src_install() {
 
        # Many X11 libraries unconditionally install developer documentation
        if [[ -d "${D}"/usr/share/man/man3 ]]; then
-               ! in_iuse doc && eqawarn "ebuild should set XORG_DOC=doc since 
package installs library documentation"
+               ! in_iuse doc && eqawarn "QA Notice: ebuild should set 
XORG_DOC=doc since package installs library documentation"
        fi
 
        if in_iuse doc && ! use doc; then

Reply via email to