gentoo / musl

[MIRROR] musl development overlay
https://gitweb.gentoo.org/proj/musl.git
99 stars 59 forks source link

dev-qt/qtwebengine behind upstream #474

Open terrenana opened 1 year ago

terrenana commented 1 year ago

Hi,

This is my first issue so I'm not really sure what the format is supposed to be. The dev-qt/qtwebengine package is outdated in this overlay. In the ::gentoo repo its version 5.15.7, while in ::musl its 5.15.5. This is causing problems in the package www-client/qutebrowser, as it expects to have the latest version of qtwebengine. If I knew how ebuilds worked I'd fix it myself but alas, I have no clue. Thanks!

terrenana commented 1 year ago

If there are any ways I can learn to fix this I would like to learn. Ebuilds are very daunting. I tried to grab an older version of the dependencies and edit the ebuild to "rollback" so all packages would use 1.15.5 (like qtweb::musl) but I didn't do it right.