From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 16D3E1582EF for ; Thu, 27 Feb 2025 17:11:03 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 04F0034314C for ; Thu, 27 Feb 2025 17:11:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 439771102D0; Thu, 27 Feb 2025 17:10:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3ABA71102D0 for ; Thu, 27 Feb 2025 17:10: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFC31340943 for ; Thu, 27 Feb 2025 17:10:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AB2B2731 for ; Thu, 27 Feb 2025 17:10:57 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1740676181.1d04fa37e49523fc98d0992af4889de36042666a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libxcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libxcrypt/metadata.xml X-VCS-Directories: sys-libs/libxcrypt/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 1d04fa37e49523fc98d0992af4889de36042666a X-VCS-Branch: master Date: Thu, 27 Feb 2025 17:10:57 +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: 94498b79-8b0e-40f8-a56e-984e854f5dd6 X-Archives-Hash: 9a408778b82004a670365e8eeda583dc commit: 1d04fa37e49523fc98d0992af4889de36042666a Author: Adrian Ratiu collabora com> AuthorDate: Tue Feb 25 14:32:03 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Feb 27 17:09:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d04fa37 sys-devel/libxcrypt: clarify the intended use of USE=headers-only Closes: https://bugs.gentoo.org/950273 Signed-off-by: Adrian Ratiu collabora.com> Closes: https://github.com/gentoo/gentoo/pull/40751 Signed-off-by: Mike Gilbert gentoo.org> sys-libs/libxcrypt/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libxcrypt/metadata.xml b/sys-libs/libxcrypt/metadata.xml index cef5e501f632..ff23f0d0be02 100644 --- a/sys-libs/libxcrypt/metadata.xml +++ b/sys-libs/libxcrypt/metadata.xml @@ -13,7 +13,7 @@ Build with compatibility interfaces for other crypt implementations Install as system libcrypt.so rather than to an alternate directory (will collide with sys-libs/glibc's version) - Build and install only the headers. + Build and install only the headers. This is mostly useful for toolchain bootstrapping, to avoid circular deps. besser82/libxcrypt