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@gentoo.org>
This commit is contained in:
Sam James
2025-04-23 11:09:28 +01:00
parent e0d9ef4199
commit f41ee85b85

View File

@@ -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