mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56: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
|
# 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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user