diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-01-03 14:14:22 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-01-03 14:14:22 +0000 |
commit | 609175053537b99603c966e73fa8f83a0b9f9423 (patch) | |
tree | e10809bd1f8f81e42211249f733cc38b8389c08f /eclass | |
parent | Patch for gnupg2 support. Patch needs to go to upstream. (diff) | |
download | gentoo-2-609175053537b99603c966e73fa8f83a0b9f9423.tar.gz gentoo-2-609175053537b99603c966e73fa8f83a0b9f9423.tar.bz2 gentoo-2-609175053537b99603c966e73fa8f83a0b9f9423.zip |
Link to the relevant bug in the error about missing 1.4 JDK, so people won't fill more.
Diffstat (limited to '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 |