mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pentoo-updater: add correct fixed portage version
Bug: https://bugs.gentoo.org/903917 Bug: https://bugs.gentoo.org/903926
This commit is contained in:
parent
ee5c3a1563
commit
06cb6fa7a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue