From f783c4257631d1090ee948a9b8461dca2d6c02ce Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 28 Apr 2025 07:17:06 +0000 Subject: [PATCH] eclass/xorg-3: Sync with Gentoo It's from Gentoo commit 04e7124c3992c34a7bd39770f772510d77e8ac48. --- .../src/third_party/portage-stable/eclass/xorg-3.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/xorg-3.eclass b/sdk_container/src/third_party/portage-stable/eclass/xorg-3.eclass index db2d8fa85d..4947cb86b8 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/xorg-3.eclass +++ b/sdk_container/src/third_party/portage-stable/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