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@gentoo.org>
This commit is contained in:
Sam James 2025-04-23 11:12:05 +01:00
parent 042dd75e47
commit 7887b31c37
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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