mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
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@gentoo.org>
This commit is contained in:
parent
58e42b882a
commit
04e7124c39
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user