After some digging I tracked it down to this bit in kde-plasma/libplasma ebuild
Code: Select all
BDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[wayland]
>=dev-util/wayland-scanner-1.19.0
"
Code: Select all
BDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[wayland]
>=dev-util/wayland-scanner-1.19.0
"

Nothing really. Wayland is not a server, you're not putting anything that can be started as a service on your system. If it won't be used it can't be attacked et.c.szatox wrote:what does this use flag actually mean to a system happily running X11?