From 5c675ef6af7e41b0a3a34cd12ab2a2eb07d9b592 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 29 Jan 2024 07:16:18 +0000 Subject: [PATCH] virtual/libcrypt: Sync with Gentoo It's from Gentoo commit 7d96e2e4a2f5603d836c51bc6f7795537ab9a485. --- .../libcrypt/{libcrypt-1-r1.ebuild => libcrypt-1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/portage-stable/virtual/libcrypt/{libcrypt-1-r1.ebuild => libcrypt-1-r2.ebuild} (80%) 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 ) ) "