From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 8 Feb 2020 00:32:22 +0000 (+0000) Subject: virtual/libcrypt: Prefer newer versions of sys-libs/glibc in || dependency. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=480b3fce64ab2dddacb7a2f82e99959989b611da;p=gentoo.git virtual/libcrypt: Prefer newer versions of sys-libs/glibc in || dependency. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Patrick McLean --- diff --git a/virtual/libcrypt/libcrypt-1.ebuild b/virtual/libcrypt/libcrypt-1.ebuild index a0ae9bbb0a23..6b56c51af816 100644 --- a/virtual/libcrypt/libcrypt-1.ebuild +++ b/virtual/libcrypt/libcrypt-1.ebuild @@ -10,7 +10,12 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh s IUSE="+static-libs" DEPEND=" - elibc_glibc? ( || ( =sys-libs/glibc-2.30-r2[crypt(-),static-libs(+)?] ) ) + elibc_glibc? ( + || ( + >=sys-libs/glibc-2.30-r2[crypt(-),static-libs(+)?] +