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 | 8b84641a95ddcfff7181dee76aacbb5e1efaa9b3 (patch) | |
tree | d9ba3786c9786e34a3f15e1a9a356eb983509183 /eclass/java-vm-2.eclass | |
parent | Stable on x86, bug #142351. (diff) | |
download | historical-8b84641a95ddcfff7181dee76aacbb5e1efaa9b3.tar.gz historical-8b84641a95ddcfff7181dee76aacbb5e1efaa9b3.tar.bz2 historical-8b84641a95ddcfff7181dee76aacbb5e1efaa9b3.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 |