x11-drivers/nvidia-drivers: fix postinst elog min version

Not quite sure where that previous number came from, but it'd
cause the message to be needlessly repeated.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2021-11-01 13:57:55 -04:00
parent b9eaec2d2c
commit f9bdca079a

View File

@@ -467,7 +467,7 @@ pkg_postinst() {
fi
if use wayland && [[ ${REPLACING_VERSIONS} ]] &&
ver_test ${REPLACING_VERSIONS} -lt 495.53.02; then
ver_test ${REPLACING_VERSIONS} -lt 495.29.05; then
elog
elog "While this version of ${PN} adds GBM support (allowing a wider"
elog "range of wayland compositors, such as sway), be warned it is very"