From 480b3fce64ab2dddacb7a2f82e99959989b611da Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 8 Feb 2020 00:32:22 +0000 Subject: [PATCH] virtual/libcrypt: Prefer newer versions of sys-libs/glibc in || dependency. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Patrick McLean --- virtual/libcrypt/libcrypt-1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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(+)?] +