virtual/libcrypt: Sync with Gentoo

It's from Gentoo commit 7d96e2e4a2f5603d836c51bc6f7795537ab9a485.
This commit is contained in:
Flatcar Buildbot 2024-01-29 07:16:18 +00:00 committed by Krzesimir Nowak
parent 31f6e51760
commit 5c675ef6af

View File

@ -1,4 +1,4 @@
# Copyright 2020-2023 Gentoo Authors
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -13,7 +13,7 @@ IUSE="static-libs"
RDEPEND="
!prefix-guest? (
elibc_glibc? ( sys-libs/glibc[crypt(+),static-libs(+)?] )
elibc_glibc? ( sys-libs/glibc[crypt(-),static-libs(+)?] )
elibc_musl? ( sys-libs/musl )
)
"