diff options
Diffstat (limited to 'dev-java/sun-jdk/sun-jdk-1.5.0.09.ebuild')
-rw-r--r-- | dev-java/sun-jdk/sun-jdk-1.5.0.09.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-java/sun-jdk/sun-jdk-1.5.0.09.ebuild b/dev-java/sun-jdk/sun-jdk-1.5.0.09.ebuild index 2fe395999e0c..69287b207543 100644 --- a/dev-java/sun-jdk/sun-jdk-1.5.0.09.ebuild +++ b/dev-java/sun-jdk/sun-jdk-1.5.0.09.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/sun-jdk/sun-jdk-1.5.0.09.ebuild,v 1.2 2006/12/23 17:46:35 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jdk/sun-jdk-1.5.0.09.ebuild,v 1.3 2007/01/05 23:43:09 caster Exp $ inherit java-vm-2 eutils @@ -160,8 +160,8 @@ pkg_postinst() { ewarn "Be careful which Java libraries you attempt to use." echo - einfo " Be careful: ${P}'s Java compiler uses" - einfo " '-source 1.5' as default. Some keywords such as 'enum'" - einfo " are not valid identifiers any more in that mode," - einfo " which can cause incompatibility with certain sources." + elog " Be careful: ${P}'s Java compiler uses" + elog " '-source 1.5' as default. Some keywords such as 'enum'" + elog " are not valid identifiers any more in that mode," + elog " which can cause incompatibility with certain sources." } |