Update libtool after GCC as is needed - 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 314ce5761c67fd4c3f70f132720131074cdd24e3
 (DIR) parent 27583f8827a62fb24a380a9e4d3815ec9330c4ea
 (HTM) Author: Spenser Truex <truex@equwal.com>
       Date:   Tue,  9 May 2023 18:35:23 -0300
       
       Update libtool after GCC as is needed
       
       Libtool has hard-coded versions to allow for portable code happenings.
       Suggested by gentoo wiki.
       
       https://wiki.gentoo.org/index.php?title=Upgrading_GCC&oldid=1036303
       Signed-off-by: Christoph Lohmann <20h@r-36.net>
       
       Diffstat:
         M bin/ehardened                       |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
 (DIR) diff --git a/bin/ehardened b/bin/ehardened
       @@ -26,7 +26,7 @@ pnum="$1"
        emerge -1 gcc
        gcc-config -l
        source /etc/profile
       -
       +emerge -1 --usepkg=n libtool
        emerge -1 binutils glibc
        
        emerge -e --keep-going @system
       @@ -35,4 +35,3 @@ emerge -e --keep-going @world
        printf "You might repeat the steps below.\n"
        printf "emerge -e --keep-going @system\n"
        printf "emerge -e --keep-going @world\n"
       -