commit: a0dca343c6aff315c698a7f22fd7f98cb4570c17
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 6 05:00:13 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 8 22:22:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0dca343
ruby-fakegem.eclass: include ${PF} in global-scope eqawarn
This makes it a lot easier to narrow down the culprit given it warns in global
scope.
(Apparently ${EBUILD} isn't defined in PMS.)
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/ruby-fakegem.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
index b3262dc5cdb4..5dc653e1598e 100644
--- a/eclass/ruby-fakegem.eclass
+++ b/eclass/ruby-fakegem.eclass
@@ -202,7 +202,7 @@ case ${RUBY_FAKEGEM_RECIPE_TEST} in
none)
;;
*)
- eqawarn "Unknown test recipe '${RUBY_FAKEGEM_RECIPE_TEST}'
specified, using 'none'"
+ eqawarn "${CATEGORY}/${PF}: Unknown test recipe
'${RUBY_FAKEGEM_RECIPE_TEST}' specified, using 'none'"
RUBY_FAKEGEM_RECIPE_TEST="none"
;;
esac