summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--virtual/libcrypt/libcrypt-1-r1.ebuild (renamed from virtual/libcrypt/libcrypt-1.ebuild)7
1 files changed, 1 insertions, 6 deletions
diff --git a/virtual/libcrypt/libcrypt-1.ebuild b/virtual/libcrypt/libcrypt-1-r1.ebuild
index 549b652f3736..e4ab9cdaf26b 100644
--- a/virtual/libcrypt/libcrypt-1.ebuild
+++ b/virtual/libcrypt/libcrypt-1-r1.ebuild
@@ -12,12 +12,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sp
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 )