diff options
Diffstat (limited to 'dev-java/sun-jre-bin/sun-jre-bin-1.4.2.14.ebuild')
-rw-r--r-- | dev-java/sun-jre-bin/sun-jre-bin-1.4.2.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/sun-jre-bin/sun-jre-bin-1.4.2.14.ebuild b/dev-java/sun-jre-bin/sun-jre-bin-1.4.2.14.ebuild index 6185af181ef8..5e7ab55dccb2 100644 --- a/dev-java/sun-jre-bin/sun-jre-bin-1.4.2.14.ebuild +++ b/dev-java/sun-jre-bin/sun-jre-bin-1.4.2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.4.2.14.ebuild,v 1.4 2007/07/11 19:58:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.4.2.14.ebuild,v 1.5 2007/07/22 09:29:36 graaff Exp $ inherit java-vm-2 eutils @@ -153,7 +153,7 @@ pkg_postinst () { if ! use X; then echo - ewarn "Some parts of Sun's JDK require virtual/x11 to be installed." + ewarn "Some parts of Sun's JDK require X11 libraries to be installed." ewarn "Be careful which Java libraries you attempt to use." fi } |