x11-drivers/nvidia-drivers: add warning about the binary patch

Bit late but it's something users should know about (will at
least be shown when rebuilding for a new kernel).

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2021-12-02 20:05:47 -05:00
parent 607ef99d81
commit 84c02be380

View File

@@ -514,4 +514,9 @@ pkg_postinst() {
elog 'USE="suid -elogind -systemd" if wish to keep using this feature.'
elog "Bug: https://bugs.gentoo.org/784248"
fi
ewarn
ewarn "This revision of ${PN} is applying a binary patch to prevent heavy"
ewarn "dbus spamming while using OpenGL. If you experience issues, please try to"
ewarn "mask =${CATEGORY}/${PN}-${PVR} to use NVIDIA's intended version."
}