rust.eclass doesn't document RUST_NEEDS_LLVM as an eclass variable and as such, it doesn't appear in e.g. the man page properly.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb3a82b51afa552cfc9cf7169e3d865b4f3419b commit 0fb3a82b51afa552cfc9cf7169e3d865b4f3419b Author: Matt Jolly <kangie@gentoo.org> AuthorDate: 2024-11-17 05:23:34 +0000 Commit: Matt Jolly <kangie@gentoo.org> CommitDate: 2024-11-17 05:27:08 +0000 rust.eclass: fix ECLASS_VARIABLE for LLVM/MULTILIB RUST_NEEDS_LLVM and RUST_MULTILIB incorrectly had ECLASS_VARIABLE in lowercase, resulting in these variables not ending up in documentation. Closes: https://bugs.gentoo.org/943559 Signed-off-by: Matt Jolly <kangie@gentoo.org> eclass/rust.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)