summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2013-04-23 18:15:08 +0000
committerFabian Groffen <grobian@gentoo.org>2013-04-23 18:15:08 +0000
commitc491dab9514a5af927b177466f53d3327f323e44 (patch)
tree4c7320f725d450f3ee37ee5bd826fd3e25054447 /eclass/java-utils-2.eclass
parentAdd 3.2 branch to silence distutils (python-r1 eclass) (diff)
downloadprefix-c491dab9514a5af927b177466f53d3327f323e44.tar.gz
prefix-c491dab9514a5af927b177466f53d3327f323e44.tar.bz2
prefix-c491dab9514a5af927b177466f53d3327f323e44.zip
sync
Diffstat (limited to 'eclass/java-utils-2.eclass')
-rw-r--r--eclass/java-utils-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass
index 86ce3f5e09..097718180a 100644
--- a/eclass/java-utils-2.eclass
+++ b/eclass/java-utils-2.eclass
@@ -6,7 +6,7 @@
#
# Licensed under the GNU General Public License, v2
#
-# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.152 2013/01/16 19:06:15 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.153 2013/04/17 18:01:48 sera Exp $
# -----------------------------------------------------------------------------
# @eclass-begin
@@ -2732,7 +2732,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" >&2
+ echo "and of course, the output of emerge --info =${P}" >&2
}