Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943559 - rust.eclass: doesn't document RUST_NEEDS_LLVM as an eclass variable
Summary: rust.eclass: doesn't document RUST_NEEDS_LLVM as an eclass variable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Rust Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-15 21:31 UTC by Sam James
Modified: 2024-11-17 05:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-11-15 21:31:09 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2024-11-17 05:27:28 UTC
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(-)