Fix. - gentoo-tools - Some Gentoo helper tools
 (HTM) git clone git://r-36.net/gentoo-tools
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 20056b67e38dcf7811822044c600701ae9dace71
 (DIR) parent 314ce5761c67fd4c3f70f132720131074cdd24e3
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Fri,  2 Jun 2023 06:19:03 +0200
       
       Fix.
       
       Diffstat:
         M bin/ehardened                       |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) 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