diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-02-08 00:32:22 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-02-07 16:50:31 -0800 |
commit | 480b3fce64ab2dddacb7a2f82e99959989b611da (patch) | |
tree | b102494a0a9762e62c1fc5f3b5444750c19da65b /virtual/libcrypt | |
parent | sys-libs/libxcrypt: Fix installation with USE="split-usr system". (diff) | |
download | gentoo-480b3fce64ab2dddacb7a2f82e99959989b611da.tar.gz gentoo-480b3fce64ab2dddacb7a2f82e99959989b611da.tar.bz2 gentoo-480b3fce64ab2dddacb7a2f82e99959989b611da.zip |
virtual/libcrypt: Prefer newer versions of sys-libs/glibc in || dependency.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'virtual/libcrypt')
-rw-r--r-- | virtual/libcrypt/libcrypt-1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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 >=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 ) |