mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 12:02:57 +01:00
pentoo-updater: fix binutils logic to be more greedy
This commit is contained in:
parent
ad56cb10bd
commit
7a844cd76a
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ if [ -n "${removeme}" ]; then
|
|||
printf "Removing old setuptools_scm...\n"
|
||||
emerge -C "=${removeme}"
|
||||
fi
|
||||
if [ "$(portageq match / '=sys-devel/binutils-2.32-r1')" = '=sys-devel/binutils-2.32-r1' ]; then
|
||||
if [ -n "$(portageq match / '>=sys-devel/binutils-2.32-r1')" ]; then
|
||||
removeme2=$(portageq match / '<sys-devel/binutils-2.32-r1')
|
||||
if [ -n "${removeme2}" ]; then
|
||||
printf "Removing old/broken binutils...\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue