this post was submitted on 23 Jun 2023
4 points (100.0% liked)
Gentoo Linux
493 readers
1 users here now
The Gentoo Linux community for discussions, tips and tricks, and general kernel compiling
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The best solution imo is to create your own overlay / ebuild repository (it's very easy), then modify the ebuild of way bar to install the new version.
99% of the time, you will only need to change the version on one or two lines and that's it. Emerge the new ebuild, and test the changes. Make sure all works. Modify the ebuild as necessary if you find more things are needed, but as I said, most of the time it isn't.
You're basically done here, but you'd be encouraged to contribute this back to the gentoo repository.