commit:     7887b31c379b29c20bfd87a2783c36930a251f37
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 10:12:05 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 15:15:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7887b31c

java-pkg-simple.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 <AT> gentoo.org>

 eclass/java-pkg-simple.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass
index f3f67e7de408..0cce6a2cdfa8 100644
--- a/eclass/java-pkg-simple.eclass
+++ b/eclass/java-pkg-simple.eclass
@@ -654,7 +654,7 @@ java-pkg-simple_src_compile() {
                                JAVA_PKG_WANT_SOURCE=${tmp_source}
                                JAVA_PKG_WANT_TARGET=${tmp_target}
                        else
-                               eqawarn "Need at least JDK 9 to compile 
module-info.java in src_compile."
+                               eqawarn "QA Notice: Need at least JDK 9 to 
compile module-info.java in src_compile."
                                eqawarn "Please adjust DEPEND accordingly. See 
https://bugs.gentoo.org/796875#c3";
                        fi
                fi

Reply via email to