commit:     d28e380e81d2eba592d62dbc7879482872917efe
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 16:05:58 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu May 26 16:36:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28e380e

dev-lang/rust: update metadata with additional information about miri

miri is not usually tested with releases, but sometimes it works fine.
sometimes it requires minor patches.
let users know upfront that it might be broken.

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-lang/rust/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/rust/metadata.xml b/dev-lang/rust/metadata.xml
index 8bd64a012467..7219757f268d 100644
--- a/dev-lang/rust/metadata.xml
+++ b/dev-lang/rust/metadata.xml
@@ -12,7 +12,7 @@
        <use>
                <flag name="clippy">Install clippy, Rust code linter</flag>
                <flag name="dist">Install dist tarballs (used for 
bootstrapping)</flag>
-               <flag name="miri">Install miri, an interpreter for Rust's 
mid-level intermediate representation (requires USE=nightly)</flag>
+               <flag name="miri">Install miri, an interpreter for Rust's 
mid-level intermediate representation (requires USE=nightly, sometimes is 
broken)</flag>
                <flag name="nightly">Enable nightly (UNSTABLE) features (NOTE: 
it does not install nightly version, just enables features marked as nightly at 
time of release)</flag>
                <flag name="parallel-compiler">Build a multi-threaded rustc 
(experimental, not tested by upstream)</flag>
                <flag name="profiler">Build the profiler runtime and 
rust-demangler tool (needed for '-C profile-generate' or '-C 
instrument-coverage' codegen opts)</flag>
@@ -20,7 +20,7 @@
                <flag name="rustfmt">Install rustfmt, Rust code formatter</flag>
                <flag name="rust-src">Install rust-src, needed by developer 
tools and for build-std (cross)</flag>
                <flag name="system-bootstrap">Bootstrap using installed rust 
compiler</flag>
-               <flag name="system-llvm">Use the system LLVM install</flag>
+               <flag name="system-llvm">Use the system LLVM installation</flag>
                <flag name="wasm">Build support for the wasm32-unknown-unknown 
target</flag>
        </use>
 </pkgmetadata>

Reply via email to