commit: 1d04fa37e49523fc98d0992af4889de36042666a Author: Adrian Ratiu <adrian.ratiu <AT> collabora <DOT> com> AuthorDate: Tue Feb 25 14:32:03 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> 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 <adrian.ratiu <AT> collabora.com> Closes: https://github.com/gentoo/gentoo/pull/40751 Signed-off-by: Mike Gilbert <floppym <AT> 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 @@ <use> <flag name="compat">Build with compatibility interfaces for other crypt implementations</flag> <flag name="system">Install as system libcrypt.so rather than to an alternate directory (will collide with <pkg>sys-libs/glibc</pkg>'s version)</flag> - <flag name="headers-only">Build and install only the headers.</flag> + <flag name="headers-only">Build and install only the headers. This is mostly useful for toolchain bootstrapping, to avoid circular deps.</flag> </use> <upstream> <remote-id type="github">besser82/libxcrypt</remote-id>
