Hi! On Tue, Aug 15, 2017 at 10:39:30PM +0200, philipp.amm...@posteo.de wrote: > You don't really need an ebuild. What I do is manually install > sys-devel/bc and then: ... > Whenever there is a new release simply run 'git pull'.
Ebuild is anyway useful - if it's not -9999 then it let me control which version (tag) will be installed at all my servers using standard portage-way (/etc/portage/package.*). With git I'll have to do manual `git checkout TAG` on every server to get same (tested) version everywhere. -- WBR, Alex.