diff options
author | 2022-03-08 11:28:41 +0000 | |
---|---|---|
committer | 2022-03-08 11:29:15 +0000 | |
commit | 70290e8454f7b834be1b8f72f3c2475e78360986 (patch) | |
tree | 872e4e277687a57723cf97cb48d8eb1293e88d21 /profiles | |
parent | app-portage/tatt: Keyword 0.9 riscv, #834779 (diff) | |
download | gentoo-70290e8454f7b834be1b8f72f3c2475e78360986.tar.gz gentoo-70290e8454f7b834be1b8f72f3c2475e78360986.tar.bz2 gentoo-70290e8454f7b834be1b8f72f3c2475e78360986.zip |
profiles/features/multilib: enable virtual/libcrypt, sys-libs/libxcrypt multilib
Needed for consistency with LLVM being multilib by default.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/multilib/package.use | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/profiles/features/multilib/package.use b/profiles/features/multilib/package.use index 369c7a9a72e2..15d241794bbd 100644 --- a/profiles/features/multilib/package.use +++ b/profiles/features/multilib/package.use @@ -1,6 +1,14 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License, v2 +# Sam James <sam@gentoo.org> (2022-03-08) +# Enable libxcrypt & libcrypt as multilib by default +# It's needed at least on amd64 because LLVM defaults to it, and we used +# to have this available because glibc is always multilib too. It's lightweight +# with no dependencies, so let's do it. +sys-libs/libxcrypt abi_x86_32 abi_x86_64 +virtual/libcrypt abi_x86_32 abi_x86_64 + # Enable all ABIs by default so we can protect any non-native binaries that # might be executed. sys-apps/sandbox abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_o32 abi_mips_n32 abi_mips_n64 abi_s390_32 abi_s390_64 |