Gentoo Archives: gentoo-hardened

From: Alex Efros <powerman@××××××××.name>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] Unofficial hardened-sources ebuilds?
Date: Tue, 15 Aug 2017 21:33:27
Message-Id: 20170815213322.GI2141@home.power
In Reply to: Re: [gentoo-hardened] Unofficial hardened-sources ebuilds? by philipp.ammann@posteo.de
1 Hi!
2
3 On Tue, Aug 15, 2017 at 10:39:30PM +0200, philipp.ammann@××××××.de wrote:
4 > You don't really need an ebuild. What I do is manually install
5 > sys-devel/bc and then:
6 ...
7 > Whenever there is a new release simply run 'git pull'.
8
9 Ebuild is anyway useful - if it's not -9999 then it let me control which
10 version (tag) will be installed at all my servers using standard
11 portage-way (/etc/portage/package.*). With git I'll have to do manual `git
12 checkout TAG` on every server to get same (tested) version everywhere.
13
14 --
15 WBR, Alex.