commit: a743f594abec261c6aed63b718cf92130d4e72fb Author: Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx> AuthorDate: Thu Jan 15 22:41:08 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 16 16:19:22 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a743f594
app-emulation/open-vm-tools: fix typo in `pkg_postinst()` conditional message Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx> Part-of: https://github.com/gentoo/gentoo/pull/45392 Closes: https://github.com/gentoo/gentoo/pull/45392 Signed-off-by: Sam James <sam <AT> gentoo.org> app-emulation/open-vm-tools/open-vm-tools-12.5.0-r5.ebuild | 4 ++-- app-emulation/open-vm-tools/open-vm-tools-13.0.5-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emulation/open-vm-tools/open-vm-tools-12.5.0-r5.ebuild b/app-emulation/open-vm-tools/open-vm-tools-12.5.0-r5.ebuild index f034321918f2..91c6f4ca5245 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-12.5.0-r5.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-12.5.0-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2007-2025 Gentoo Authors +# Copyright 2007-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -161,7 +161,7 @@ src_install() { pkg_postinst() { udev_reload - if has_version ">=media-libs/mesa-25.2" && has_version "x11-drivers/xf86-video-vmare"; then + if has_version ">=media-libs/mesa-25.2" && has_version "x11-drivers/xf86-video-vmware"; then elog "You need to remove x11-drivers/xf86-video-vmware to use the modesetting video driver." fi } diff --git a/app-emulation/open-vm-tools/open-vm-tools-13.0.5-r1.ebuild b/app-emulation/open-vm-tools/open-vm-tools-13.0.5-r1.ebuild index 5a2cbafad47a..cab1709c40c6 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-13.0.5-r1.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-13.0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2007-2025 Gentoo Authors +# Copyright 2007-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -158,7 +158,7 @@ src_install() { pkg_postinst() { udev_reload - if has_version ">=media-libs/mesa-25.2" && has_version "x11-drivers/xf86-video-vmare"; then + if has_version ">=media-libs/mesa-25.2" && has_version "x11-drivers/xf86-video-vmware"; then elog "You need to remove x11-drivers/xf86-video-vmware to use the modesetting video driver." fi }
