diff --git a/sdk_container/src/third_party/portage-stable/virtual/libcrypt/libcrypt-1-r1.ebuild b/sdk_container/src/third_party/portage-stable/virtual/libcrypt/libcrypt-1-r2.ebuild similarity index 80% rename from sdk_container/src/third_party/portage-stable/virtual/libcrypt/libcrypt-1-r1.ebuild rename to sdk_container/src/third_party/portage-stable/virtual/libcrypt/libcrypt-1-r2.ebuild index 65fd54f200..d88ffbf8fc 100644 --- a/sdk_container/src/third_party/portage-stable/virtual/libcrypt/libcrypt-1-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/virtual/libcrypt/libcrypt-1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ IUSE="static-libs" RDEPEND=" !prefix-guest? ( - elibc_glibc? ( sys-libs/glibc[crypt(+),static-libs(+)?] ) + elibc_glibc? ( sys-libs/glibc[crypt(-),static-libs(+)?] ) elibc_musl? ( sys-libs/musl ) ) "