mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user