This virtual package provides the following dependencies:
Install this version:
emerge -a =virtual/libcrypt-2-r1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =virtual/libcrypt-2-r1
Or alternatively:
emerge --autounmask-write -a =virtual/libcrypt-2-r1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2-r1 | 7 | ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris | 0/2 |
# 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/2"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="static-libs"
RDEPEND="
!prefix-guest? (
elibc_glibc? ( sys-libs/libxcrypt[system(-),static-libs(-)?,${MULTILIB_USEDEP}] )
elibc_musl? ( sys-libs/libxcrypt[system(-),static-libs(-)?] )
)
"
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/libxcrypt[system(-),static-libs(-)?,] ) elibc_musl? ( sys-libs/libxcrypt[system(-),static-libs(-)?] ) )