diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-07-21 15:26:44 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-07-21 15:26:44 +0000 |
commit | 87efd7aef77c721b6cc0bac884b12a17546852cf (patch) | |
tree | 02f9b6e4f026cdb6847c19dc795347f285f97cf0 /eclass | |
parent | New meta-package for EMBOSS 4.0.0. (diff) | |
download | gentoo-2-87efd7aef77c721b6cc0bac884b12a17546852cf.tar.gz gentoo-2-87efd7aef77c721b6cc0bac884b12a17546852cf.tar.bz2 gentoo-2-87efd7aef77c721b6cc0bac884b12a17546852cf.zip |
Updated message for displaying VM being used
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-pkg.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-pkg.eclass b/eclass/java-pkg.eclass index ff8eac328e19..c720218d0722 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.39 2006/07/20 19:01:58 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-pkg.eclass,v 1.40 2006/07/21 15:26:44 nichoj Exp $ inherit multilib @@ -39,7 +39,7 @@ java-pkg_pkg_setup() { # or if there is a Java use flag and it is enabled if ! hasq java ${IUSE} || use java; then if [[ -n ${GENTOO_VM} ]]; then - einfo "Using ${GENTOO_VM}" + einfo "Using Generation-1 System VM: ${GENTOO_VM}" initialize-java-home eend 0 else |