mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 17:36:59 +02:00
profiles: Keep using crypt functionality from glibc
This commit is contained in:
parent
caf56d5b8b
commit
158eb34f72
@ -14,3 +14,10 @@
|
||||
# Since version 2, it tries to write liblto symlinks with absolute paths that
|
||||
# don't work when building for the board root directories.
|
||||
>=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
|
||||
|
@ -5,3 +5,10 @@
|
||||
# gentoo. We still need it, since sys-libs/libsemanage still requires
|
||||
# it. When we update selinux, this can be dropped.
|
||||
=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
|
||||
|
@ -19,3 +19,10 @@ sys-libs/ncurses cxx
|
||||
# To fix that, exclude the unicode USE flag from packages.use.force list,
|
||||
# which is defined in portage-stable.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user