From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E17E515838C for ; Tue, 23 Jan 2024 20:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62270E2AB3; Tue, 23 Jan 2024 20:26:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 470A5E2AB3 for ; Tue, 23 Jan 2024 20:26:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55F6B34336F for ; Tue, 23 Jan 2024 20:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0EA214BE for ; Tue, 23 Jan 2024 20:26:56 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1706041605.7d96e2e4a2f5603d836c51bc6f7795537ab9a485.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libcrypt/libcrypt-1-r1.ebuild virtual/libcrypt/libcrypt-1-r2.ebuild X-VCS-Directories: virtual/libcrypt/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7d96e2e4a2f5603d836c51bc6f7795537ab9a485 X-VCS-Branch: master Date: Tue, 23 Jan 2024 20:26:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 85563be2-5158-4297-91ec-f6fe9d2450f2 X-Archives-Hash: 206eb8e83d5797df2d0b8c9bf10243ba commit: 7d96e2e4a2f5603d836c51bc6f7795537ab9a485 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Jan 23 20:25:58 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Jan 23 20:26:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d96e2e4 virtual/libcrypt: Update glibc dependency All glibc versions where missing crypt useflag indicated hard-enabled are gone. Signed-off-by: Andreas K. Hüttel gentoo.org> virtual/libcrypt/{libcrypt-1-r1.ebuild => libcrypt-1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/libcrypt/libcrypt-1-r1.ebuild b/virtual/libcrypt/libcrypt-1-r2.ebuild similarity index 80% rename from virtual/libcrypt/libcrypt-1-r1.ebuild rename to virtual/libcrypt/libcrypt-1-r2.ebuild index 65fd54f20072..d88ffbf8fc3c 100644 --- a/virtual/libcrypt/libcrypt-1-r1.ebuild +++ b/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 ) ) "