pentoo-updater: add correct fixed portage version

Bug: https://bugs.gentoo.org/903917
Bug: https://bugs.gentoo.org/903926
This commit is contained in:
Rick Farina (Zero_Chaos) 2023-04-12 09:35:59 -04:00
parent ee5c3a1563
commit 06cb6fa7a9
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -347,7 +347,7 @@ safe_exit() {
pre_sync_fixes() {
# this bug breaks --sync and EVERYTHING ELSE so it gets fixed first
#adjust the portage version to check for once the bug is fixed
bug903917="$(portageq match / '<sys-apps/portage-3.0.45.3-r3')"
bug903917="$(portageq match / '<sys-apps/portage-3.0.46')"
if [ -n "${bug903917}" ]; then
#https://bugs.gentoo.org/903917
removed_bad_pkg=0