diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-03-09 14:01:43 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-03-09 14:01:43 +0000 |
commit | 4dc09e28bec2a454040745e020c62026d69e935e (patch) | |
tree | ef76a9326e19497d1149cb9a2bbd883860b65d98 /dev-java/java-config/java-config-1.3.7.ebuild | |
parent | Add needed libusb depend thanks jmbsvicetto (diff) | |
download | gentoo-2-4dc09e28bec2a454040745e020c62026d69e935e.tar.gz gentoo-2-4dc09e28bec2a454040745e020c62026d69e935e.tar.bz2 gentoo-2-4dc09e28bec2a454040745e020c62026d69e935e.zip |
Fixed links to the Why we need Java 1.4 document wrt bug #170104.
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'dev-java/java-config/java-config-1.3.7.ebuild')
-rw-r--r-- | dev-java/java-config/java-config-1.3.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/java-config/java-config-1.3.7.ebuild b/dev-java/java-config/java-config-1.3.7.ebuild index aed6e04f6a7a..4b49c7b37562 100644 --- a/dev-java/java-config/java-config-1.3.7.ebuild +++ b/dev-java/java-config/java-config-1.3.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-1.3.7.ebuild,v 1.8 2006/10/15 18:23:57 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-1.3.7.ebuild,v 1.9 2007/03/09 14:01:43 betelgeuse Exp $ inherit base distutils eutils @@ -34,5 +34,5 @@ pkg_postinst() { elog "1.3 or 1.4 JDKs to be used with java-config-1 to ensure" elog "backwards compatibility with the old system." elog "For more details about this, please see:" - elog "\thttps://overlays.gentoo.org/proj/java/wiki/Why_We_Need_Java14" + elog "\thttp://www.gentoo.org/proj/en/java/why-we-need-java-14.xml" } |