The crypt useflag exists only recently, and there are currently no plans to make
it go away again. There's absolutely no point in any || dependency.
Bug: https://bugs.gentoo.org/720048
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
IUSE="+static-libs"
RDEPEND="
- elibc_glibc? (
- || (
- >=sys-libs/glibc-2.30-r2[crypt(-),static-libs(+)?]
- <sys-libs/glibc-2.30-r2
- )
- )
+ elibc_glibc? ( sys-libs/glibc[crypt(+),static-libs(+)?] )
elibc_musl? ( sys-libs/musl )
elibc_uclibc? ( sys-libs/uclibc-ng )
elibc_Cygwin? ( sys-libs/cygwin-crypt )