mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user