Created attachment 796576 [details, diff] patch for xosd ebuild same as bug 546034 but I don't have reopening privs x11-libs/xosd, with USE=xinerama, does not enable xinerama. Reason: the `--enable-xinerama` option to `./configure` does not actually work; something to do with checking for `set` instead of `yes/no`. Trivial to verify: in extracted source tree, run `./configure`, save `config.log`, run `./configure --enable-xinerama`, diff the logs. Solution: enclosed patch fixes the problem for me.
Created attachment 796579 [details, diff] patch for xosd ebuild oops, forgot trailing backslash