diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-08-01 13:43:04 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-08-01 13:43:04 +0000 |
commit | 3d3b283939701516c5b1cd5aabd7a0bb576ef8cf (patch) | |
tree | fb48ab220f8c6b2965f638060803fe9b675e5eab /eclass/java-vm-2.eclass | |
parent | Stable on x86, bug #142351. (diff) | |
download | gentoo-2-3d3b283939701516c5b1cd5aabd7a0bb576ef8cf.tar.gz gentoo-2-3d3b283939701516c5b1cd5aabd7a0bb576ef8cf.tar.bz2 gentoo-2-3d3b283939701516c5b1cd5aabd7a0bb576ef8cf.zip |
bug #142414 fixed. I fixed this for the Java herd since this breaks the tree seriously if you've got any Java stuff on your system
Diffstat (limited to 'eclass/java-vm-2.eclass')
-rw-r--r-- | eclass/java-vm-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-vm-2.eclass b/eclass/java-vm-2.eclass index f745f40e52c9..0b776efd80ab 100644 --- a/eclass/java-vm-2.eclass +++ b/eclass/java-vm-2.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-vm-2.eclass,v 1.6 2006/08/01 12:23:57 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v 1.7 2006/08/01 13:43:04 cardoe Exp $ # # Author: Karl Trygve Kalleberg <karltk@gentoo.org> @@ -13,7 +13,7 @@ DEPEND=" RDEPEND=" =dev-java/java-config-2.0* =dev-java/java-config-1.3* - >=sys-apps/bash-3" + >=app-shells/bash-3" export WANT_JAVA_CONFIG=2 |