overlay profiles: Update some comments

This commit is contained in:
Flatcar Buildbot 2023-06-13 10:05:12 +02:00
parent b0c3670678
commit b3f1c26c84
2 changed files with 3 additions and 5 deletions

View File

@ -14,10 +14,9 @@
# Overwrite portage-stable mask. We are delaying the transition to # Overwrite portage-stable mask. We are delaying the transition to
# libxcrypt, because we need to figure out how to solve the dep loop # libxcrypt, because we need to figure out how to solve the dep loop
# that results from the migration (python -> virtual/libcrypt -> # that results from the migration (python -> virtual/libcrypt ->
# libxcrypt -> glibc -> python), and also we need to update gcc to # libxcrypt -> glibc -> python).
# version 10 or later.
>=virtual/libcrypt-2 >=virtual/libcrypt-2
# Python 3.11 is stable in portage-stable, so avoid picking it # Python 3.11 is stable in portage-stable, so avoid picking it
# up. Drop this when we switch to it. # up. Update this to mask later versions when we switch to 3.11.
>=dev-lang/python-3.11 >=dev-lang/python-3.11

View File

@ -1,8 +1,7 @@
# Overwrite portage-stable mask. We are delaying the transition to # Overwrite portage-stable mask. We are delaying the transition to
# libxcrypt, because we need to figure out how to solve the dep loop # libxcrypt, because we need to figure out how to solve the dep loop
# that results from the migration (python -> virtual/libcrypt -> # that results from the migration (python -> virtual/libcrypt ->
# libxcrypt -> glibc -> python), and also we need to update gcc to # libxcrypt -> glibc -> python).
# version 10 or later.
=virtual/libcrypt-1-r1 =virtual/libcrypt-1-r1
# Overwrite portage-stable mask. OpenSSL-3* is building fine on Flatcar # Overwrite portage-stable mask. OpenSSL-3* is building fine on Flatcar