diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-01-14 21:31:31 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-01-14 21:31:31 +0000 |
commit | 74b2cf0f34eb263022e3e63d42cdeab9dd18c337 (patch) | |
tree | 529d0cfb0420b8a9af55fc598e18b87a1eb262f3 /eclass | |
parent | ppc stable, bug #117737 (diff) | |
download | gentoo-2-74b2cf0f34eb263022e3e63d42cdeab9dd18c337.tar.gz gentoo-2-74b2cf0f34eb263022e3e63d42cdeab9dd18c337.tar.bz2 gentoo-2-74b2cf0f34eb263022e3e63d42cdeab9dd18c337.zip |
Added java-config to DEPEND and RDEPEND for bug #118651.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/java.eclass b/eclass/java.eclass index 42fab717f175..ee5057613a36 100644 --- a/eclass/java.eclass +++ b/eclass/java.eclass @@ -1,12 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/java.eclass,v 1.23 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java.eclass,v 1.24 2006/01/14 21:31:31 nichoj Exp $ # # Author: Karl Trygve Kalleberg <karltk@gentoo.org> inherit eutils DESCRIPTION="Based on the $ECLASS eclass" +DEPEND=">=dev-java/java-config-1.2.11" +RDEPEND=">=dev-java/java-config-1.2.11" VMHANDLE=${PN}-${PV} |