This virtual package provides the following dependencies:
Install this version:
emerge -a =virtual/libcrypt-1-r2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =virtual/libcrypt-1-r2
Or alternatively:
emerge --autounmask-write -a =virtual/libcrypt-1-r2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1-r2 | 7 | ~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris | 0/1 |
# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit multilib-build DESCRIPTION="Virtual for libcrypt.so" SLOT="0/1" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" IUSE="static-libs" RDEPEND=" !prefix-guest? ( elibc_glibc? ( sys-libs/glibc[crypt(-),static-libs(+)?] ) elibc_musl? ( sys-libs/musl ) ) "
Manage flags for this package:
euse -i <flag> -p virtual/libcrypt |
euse -E <flag> -p virtual/libcrypt |
euse -D <flag> -p virtual/libcrypt
!prefix-guest? ( elibc_glibc? ( sys-libs/glibc[crypt(-),static-libs(+)?] ) elibc_musl? ( sys-libs/musl ) )