diff options
| author | Sam James <sam@gentoo.org> | 2025-04-23 11:12:17 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-04-23 16:15:21 +0100 |
| commit | 67aac5e5170384b9253773ad2ee2843784326c96 (patch) | |
| tree | dcfdaeb6ad6b518e569e10a1dfb53b71980d9978 /eclass/ruby-ng.eclass | |
| parent | cf77b6d8733067d4fb5a564212ca324da55fcc5e (diff) | |
| download | gentoo-67aac5e5170384b9253773ad2ee2843784326c96.tar.gz gentoo-67aac5e5170384b9253773ad2ee2843784326c96.tar.bz2 gentoo-67aac5e5170384b9253773ad2ee2843784326c96.zip | |
ruby-ng.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>
Diffstat (limited to 'eclass/ruby-ng.eclass')
| -rw-r--r-- | eclass/ruby-ng.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index 87337dc7f173..c7425aae434c 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -725,7 +725,7 @@ ruby-ng_rspec() { fi if [[ "${DEPEND}${BDEPEND}" != *"dev-ruby/rspec"* ]]; then - eqawarn "Missing test dependency dev-ruby/rspec" + eqawarn "QA Notice: Missing test dependency dev-ruby/rspec" fi local rspec_params= |
