commit: c37108c8c8f7b210b7afa0462bc932b45efc0cd2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Dec 24 12:56:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 24 12:57:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37108c8
gui-libs/gtk: crank wayland-scanner dep We updated the wayland, wayland-protocols dep, but not the wayland-scanner one. As reported by Leho Kraav at https://github.com/gentoo/gentoo/pull/44710#issuecomment-3689582977. Signed-off-by: Sam James <sam <AT> gentoo.org> gui-libs/gtk/gtk-4.20.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/gtk/gtk-4.20.3-r2.ebuild b/gui-libs/gtk/gtk-4.20.3-r2.ebuild index c417a90a4285..c4f87d5c5771 100644 --- a/gui-libs/gtk/gtk-4.20.3-r2.ebuild +++ b/gui-libs/gtk/gtk-4.20.3-r2.ebuild @@ -106,7 +106,7 @@ BDEPEND=" gtk-doc? ( dev-util/gi-docgen ) vulkan? ( media-libs/shaderc ) wayland? ( - dev-util/wayland-scanner + >=dev-util/wayland-scanner-1.24.0 ) test? ( dev-libs/glib:2
