commit: 480b3fce64ab2dddacb7a2f82e99959989b611da
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Sat Feb 8 00:32:22 2020 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 00:50:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480b3fce
virtual/libcrypt: Prefer newer versions of sys-libs/glibc in || dependency.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
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 a0ae9bbb0a2..6b56c51af81 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
>=sys-libs/glibc-2.30-r2[crypt(-),static-libs(+)?] ) )
+ elibc_glibc? (
+ || (
+ >=sys-libs/glibc-2.30-r2[crypt(-),static-libs(+)?]
+ <sys-libs/glibc-2.30-r2
+ )
+ )
elibc_musl? ( sys-libs/musl )
elibc_uclibc? ( sys-libs/uclibc-ng )
elibc_Cygwin? ( sys-libs/cygwin-crypt )