jorgicio / jorgicio-gentoo-overlay

Gentoo Overlay made by Jorgicio.
100 stars 50 forks source link

`app-editors/vscodium-bin` needs GTK 3 and NOT GTK 2 #337

Closed magiruuvelvet closed 2 years ago

magiruuvelvet commented 2 years ago

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 :)