gentoo-tools

Some Gentoo helper tools
git clone git://r-36.net/gentoo-tools
Log | Files | Refs | LICENSE

commit 20056b67e38dcf7811822044c600701ae9dace71
parent 314ce5761c67fd4c3f70f132720131074cdd24e3
Author: Christoph Lohmann <20h@r-36.net>
Date:   Fri,  2 Jun 2023 06:19:03 +0200

Fix.

Diffstat:
Mbin/ehardened | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/ehardened b/bin/ehardened @@ -23,11 +23,11 @@ pnum="$1" [ $# -eq 1 ] && eselect profile set $pnum -emerge -1 gcc +emerge -1 sys-devel/gcc gcc-config -l source /etc/profile emerge -1 --usepkg=n libtool -emerge -1 binutils glibc +emerge -1 sys-devel/binutils sys-libs/glibc emerge -e --keep-going @system emerge -e --keep-going @world