profiles: Keep using crypt functionality from glibc

This commit is contained in:
Krzesimir Nowak 2022-01-06 13:23:39 +01:00
parent caf56d5b8b
commit 158eb34f72
3 changed files with 21 additions and 0 deletions

View File

@ -14,3 +14,10 @@
# Since version 2, it tries to write liblto symlinks with absolute paths that # Since version 2, it tries to write liblto symlinks with absolute paths that
# don't work when building for the board root directories. # don't work when building for the board root directories.
>=sys-devel/gcc-config-2 >=sys-devel/gcc-config-2
# Overwrite portage-stable mask. We are delaying the transition to
# libxcrypt, because we need to figure out how to solve the dep loop
# that results from the migration (python -> virtual/libcrypt ->
# libxcrypt -> glibc -> python), and also we need to update gcc to
# version 10 or later.
>=virtual/libcrypt-2

View File

@ -5,3 +5,10 @@
# gentoo. We still need it, since sys-libs/libsemanage still requires # gentoo. We still need it, since sys-libs/libsemanage still requires
# it. When we update selinux, this can be dropped. # it. When we update selinux, this can be dropped.
=dev-libs/ustr-1.0.4-r8 =dev-libs/ustr-1.0.4-r8
# Overwrite portage-stable mask. We are delaying the transition to
# libxcrypt, because we need to figure out how to solve the dep loop
# that results from the migration (python -> virtual/libcrypt ->
# libxcrypt -> glibc -> python), and also we need to update gcc to
# version 10 or later.
=virtual/libcrypt-1-r1

View File

@ -19,3 +19,10 @@ sys-libs/ncurses cxx
# To fix that, exclude the unicode USE flag from packages.use.force list, # To fix that, exclude the unicode USE flag from packages.use.force list,
# which is defined in portage-stable. # which is defined in portage-stable.
app-editors/nano unicode app-editors/nano unicode
# Overwrite portage-stable mask. We are delaying the transition to
# libxcrypt, because we need to figure out how to solve the dep loop
# that results from the migration (python -> virtual/libcrypt ->
# libxcrypt -> glibc -> python), and also we need to update gcc to
# version 10 or later.
sys-libs/glibc -crypt