diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-02-13 08:32:45 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-06-14 12:00:10 +0200 |
commit | a065e86dbe3e86803ae1f656b86ee0278ab4b835 (patch) | |
tree | 76f87b3115bc5800f639dcea8953436d0c5ed170 /eclass/java-utils-2.eclass | |
parent | java-utils-2.eclass: prepend "QA Notice" to eqawarn (diff) | |
download | gentoo-a065e86dbe3e86803ae1f656b86ee0278ab4b835.tar.gz gentoo-a065e86dbe3e86803ae1f656b86ee0278ab4b835.tar.bz2 gentoo-a065e86dbe3e86803ae1f656b86ee0278ab4b835.zip |
java-utils-2.eclass: improve message of java-pkg_die
Closes: https://bugs.gentoo.org/591142
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 1e0555742b84..ac0c67942b41 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -2816,7 +2816,7 @@ java-pkg_die() { echo "!!! When you file a bug report, please include the following information:" >&2 echo "GENTOO_VM=${GENTOO_VM} CLASSPATH=\"${CLASSPATH}\" JAVA_HOME=\"${JAVA_HOME}\"" >&2 echo "JAVACFLAGS=\"${JAVACFLAGS}\" COMPILER=\"${GENTOO_COMPILER}\"" >&2 - echo "and of course, the output of emerge --info =${P}" >&2 + echo "and of course, the output of emerge --info =${CATEGORY}/${PF}" >&2 } |