diff options
author | Sam James <sam@gentoo.org> | 2023-03-10 18:23:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-22 03:25:06 +0000 |
commit | f38ae4be1b4655ef5554a8713531765d360906de (patch) | |
tree | 2b81f44fc9756c2ba38c8a091aebfbdbc42e65d2 /eclass/ruby-ng.eclass | |
parent | ruby-ng.eclass: allow non-fatal use of test functions (diff) | |
download | gentoo-f38ae4be1b4655ef5554a8713531765d360906de.tar.gz gentoo-f38ae4be1b4655ef5554a8713531765d360906de.tar.bz2 gentoo-f38ae4be1b4655ef5554a8713531765d360906de.zip |
ruby-ng.eclass: use eqawarn for test dependency warning
We already inherit the eqawarn eclass and use it elsewhere
in this eclass, so it's available & this then fits the rest
of our use.
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 aa8a15170cf8..f85a933f81d9 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -699,7 +699,7 @@ ruby-ng_rspec() { fi if [[ "${DEPEND}${BDEPEND}" != *"dev-ruby/rspec"* ]]; then - ewarn "Missing test dependency dev-ruby/rspec" + eqawarn "Missing test dependency dev-ruby/rspec" fi local rspec_params= |