media-libs/mesa[X] misses x11-libs/libXau dependency. Without this dependency the build fails regardless of other USE and USE_EXPAND flags.
I don't see any evidence that Mesa has a dependency on libXau. Please attach a build log.
Created attachment 885159 [details] Build log when compiling with USE="-* X" VIDEO_CARDS="" CPU_FLAGS_X86="" and without libXau
``` ../mesa-23.3.5/meson.build:2009:14: ERROR: Dependency lookup for x11 with method 'pkgconfig' failed: Could not generate cflags for x11: Package xau was not found in the pkg-config search path. Perhaps you should add the directory containing `xau.pc' to the PKG_CONFIG_PATH environment variable Package 'xau', required by 'xcb', not found ``` That sounds like libxcb is missing a dep on it. But it isn't: """ RDEPEND=" >=x11-libs/libXau-1.0.7-r1[${MULTILIB_USEDEP}] >=x11-libs/libXdmcp-1.1.1-r1[${MULTILIB_USEDEP}] " """ so this sounds like the result of illegal unmerging of similar.