commit:     f41ee85b85c4f4b953e71f9dcee4d0b87e9a2943
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 10:09:28 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 15:15:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41ee85b

cargo.eclass: use 'QA Notice:' prefix in eqawarn

This makes life easier for tinderboxes, but we should improve this in some 
future
EAPI.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/cargo.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index 428341d568db..247d1bf535b9 100644
--- a/eclass/cargo.eclass
+++ b/eclass/cargo.eclass
@@ -542,7 +542,7 @@ cargo_src_unpack() {
                popd >/dev/null || die
 
                if [[ ${#crates[@]} -ge 300 ]]; then
-                       eqawarn "This package uses a very large number of 
CRATES.  Please provide"
+                       eqawarn "QA Notice: This package uses a very large 
number of CRATES.  Please provide"
                        eqawarn "a crate tarball instead and fetch it via 
SRC_URI.  You can use"
                        eqawarn "'pycargoebuild --crate-tarball' to create one."
                fi

Reply via email to