diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2006-09-10 20:59:11 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2006-09-10 20:59:11 +0000 |
commit | fcb8c97bf4d5172cdec14cac21d66e49a17d185f (patch) | |
tree | 0e2594202d2359441f407d82a0ceed9f82847db8 /eclass/java-vm-2.eclass | |
parent | Marking portage-2.1.1.ebuild for bug 146881 (diff) | |
download | historical-fcb8c97bf4d5172cdec14cac21d66e49a17d185f.tar.gz historical-fcb8c97bf4d5172cdec14cac21d66e49a17d185f.tar.bz2 historical-fcb8c97bf4d5172cdec14cac21d66e49a17d185f.zip |
RDEPEND was typoed as DDEPEND.
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 a41ee05114c5..12dee15290e9 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.10 2006/09/02 01:42:57 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v 1.11 2006/09/10 20:59:11 betelgeuse Exp $ # ----------------------------------------------------------------------------- # @eclass-begin @@ -23,7 +23,7 @@ RDEPEND=" # If the VM supports generation-1, we need to depend on java-config-1 if [[ ${JAVA_SUPPORTS_GENERATION_1} == 'true' ]]; then DEPEND="${DEPEND} =dev-java/java-config-1.3*" - RDEPEND="${DDEPEND} =dev-java/java-config-1.3*" + RDEPEND="${RDEPEND} =dev-java/java-config-1.3*" fi export WANT_JAVA_CONFIG=2 |