diff options
author | 2007-01-03 14:14:22 +0000 | |
---|---|---|
committer | 2007-01-03 14:14:22 +0000 | |
commit | aa14971793c5937659173e5c190bdaf71b78f918 (patch) | |
tree | 94abd65c43a59c4e948b507aeb648b673dd32ed4 /eclass/java-pkg.eclass | |
parent | Patch for gnupg2 support. Patch needs to go to upstream. (diff) | |
download | historical-aa14971793c5937659173e5c190bdaf71b78f918.tar.gz historical-aa14971793c5937659173e5c190bdaf71b78f918.tar.bz2 historical-aa14971793c5937659173e5c190bdaf71b78f918.zip |
Link to the relevant bug in the error about missing 1.4 JDK, so people won't fill more.
Diffstat (limited to 'eclass/java-pkg.eclass')
-rw-r--r-- | eclass/java-pkg.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/java-pkg.eclass b/eclass/java-pkg.eclass index e2d5dcd540f6..10daeb819a8f 100644 --- a/eclass/java-pkg.eclass +++ b/eclass/java-pkg.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/java-pkg.eclass,v 1.49 2006/12/18 19:25:59 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-pkg.eclass,v 1.50 2007/01/03 14:14:22 caster Exp $ inherit multilib @@ -46,6 +46,8 @@ java-pkg_pkg_setup() { ewarn "in order for the old and new Java systems to coexist" ewarn "Details about this can be found at:" ewarn "\thttp://overlays.gentoo.org/proj/java/wiki/Why_We_Need_Java14" + ewarn "If you wonder why we can't just depend on the needed JDK version," + ewarn "then read https://bugs.gentoo.org/show_bug.cgi?id=144240" echo fi |