diff options
author | Vlastimil Babka <caster@gentoo.org> | 2011-11-15 09:02:15 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2011-11-15 09:02:15 +0000 |
commit | 1f9e79a2c912b5206f66b8c6b668e8ddc08a1de3 (patch) | |
tree | 6dd0933def17a19cb6432660832cf013327ffefa /eclass/java-vm-2.eclass | |
parent | Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Elij... (diff) | |
download | historical-1f9e79a2c912b5206f66b8c6b668e8ddc08a1de3.tar.gz historical-1f9e79a2c912b5206f66b8c6b668e8ddc08a1de3.tar.bz2 historical-1f9e79a2c912b5206f66b8c6b668e8ddc08a1de3.zip |
Drop the repetitive elogs about revdep rebuild control files for binary JVM's.
Diffstat (limited to 'eclass/java-vm-2.eclass')
-rw-r--r-- | eclass/java-vm-2.eclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/java-vm-2.eclass b/eclass/java-vm-2.eclass index 4435f447658e..c66ef8431d47 100644 --- a/eclass/java-vm-2.eclass +++ b/eclass/java-vm-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v 1.37 2011/11/12 13:05:33 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v 1.38 2011/11/15 09:02:15 caster Exp $ # ----------------------------------------------------------------------------- # @eclass-begin @@ -197,11 +197,6 @@ java-vm_revdep-mask() { dodir /etc/revdep-rebuild/ echo "SEARCH_DIRS_MASK=\"${VMROOT}\""> "${ED}/etc/revdep-rebuild/61-${VMHANDLE}" - - elog "A revdep-rebuild control file was installed to prevent reinstalls due to" - elog "missing dependencies (see bug #177925 for more info). Note that some parts" - elog "of the JVM may require dependencies that are pulled only through respective" - elog "USE flags (typically X, alsa, odbc) and some Java code may fail without them." } # ----------------------------------------------------------------------------- |