diff options
| author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-02-13 08:19:02 +0100 |
|---|---|---|
| committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-06-14 12:00:10 +0200 |
| commit | d7462249b3a531af33ca05b99a02806f580fa032 (patch) | |
| tree | 57b531a1b415e8ad6039e1653c523e31bfeced54 /eclass/java-utils-2.eclass | |
| parent | b18c31b629bfbcf3d1882cff297d96ec7725b459 (diff) | |
| download | gentoo-d7462249b3a531af33ca05b99a02806f580fa032.tar.gz gentoo-d7462249b3a531af33ca05b99a02806f580fa032.tar.bz2 gentoo-d7462249b3a531af33ca05b99a02806f580fa032.zip | |
java-utils-2.eclass: prepend "QA Notice" to eqawarn
Closes: https://bugs.gentoo.org/813342
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'eclass/java-utils-2.eclass')
| -rw-r--r-- | eclass/java-utils-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 58463fd5e1ed..1e0555742b84 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -2934,7 +2934,7 @@ java-pkg_ensure-dep() { # if is-java-strict; then # die "${dev_error}" # else - eqawarn "java-pkg_ensure-dep: ${dev_error}" + eqawarn "QA Notice: java-pkg_ensure-dep: ${dev_error}" # eerror "Because you have ${target_pkg} installed," # eerror "the package will build without problems, but please" # eerror "report this to https://bugs.gentoo.org." @@ -2945,7 +2945,7 @@ java-pkg_ensure-dep() { # if is-java-strict; then # die "${dev_error}" # else - eqawarn "java-pkg_ensure-dep: ${dev_error}" + eqawarn "QA Notice: java-pkg_ensure-dep: ${dev_error}" # eerror "The package will build without problems, but may fail to run" # eerror "if you don't have ${target_pkg} installed," # eerror "so please report this to https://bugs.gentoo.org." |
