app-editors/vscodium-bin has a wrong dependency set to gtk+:2, but the binaries are all using gtk+:3.
I'm modifying the ebuild with every update for almost over a year now. I have gtk+:2 masked and uninstalled it months ago since nothing depends on it on my system. Might be a good idea to fix the ebuild so it doesn't try to pull in something which isn't actually needed.
ldd /opt/vscodium/codium | grep gtk
libgtk-3.so.0
EDIT: I saw that you don't use Gentoo anymore. I made a pull request :)
app-editors/vscodium-bin
has a wrong dependency set togtk+:2
, but the binaries are all usinggtk+:3
.I'm modifying the ebuild with every update for almost over a year now. I have gtk+:2 masked and uninstalled it months ago since nothing depends on it on my system. Might be a good idea to fix the ebuild so it doesn't try to pull in something which isn't actually needed.
EDIT: I saw that you don't use Gentoo anymore. I made a pull request :)