diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-02-28 10:45:20 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-02-28 10:45:20 +0000 |
commit | f6e96a6a109bc29c23638a99bffb5dc06b04d803 (patch) | |
tree | a48931bd8e955cc6e8e895787b6772c3d994d3f9 /eclass | |
parent | Marked stable on ia64 for bug #162368. (diff) | |
download | gentoo-2-f6e96a6a109bc29c23638a99bffb5dc06b04d803.tar.gz gentoo-2-f6e96a6a109bc29c23638a99bffb5dc06b04d803.tar.bz2 gentoo-2-f6e96a6a109bc29c23638a99bffb5dc06b04d803.zip |
Force >=dev-java/java-config-2.0.31 on everyone to make sure conditional jdk dependencies work properly.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-utils-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 1eb1c488c3cb..f89a15fa581d 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -6,7 +6,7 @@ # # Licensed under the GNU General Public License, v2 # -# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.57 2007/02/13 19:52:51 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.58 2007/02/28 10:45:20 betelgeuse Exp $ # ----------------------------------------------------------------------------- @@ -71,7 +71,7 @@ JAVA_PKG_PORTAGE_DEP=">=sys-apps/portage-2.1_pre1" # the version of java-config we want to use. We also need a recent version # portage, that includes phase hooks. # ----------------------------------------------------------------------------- -JAVA_PKG_E_DEPEND=">=dev-java/java-config-2.0.19-r1 ${JAVA_PKG_PORTAGE_DEP}" +JAVA_PKG_E_DEPEND=">=dev-java/java-config-2.0.31 ${JAVA_PKG_PORTAGE_DEP}" # ----------------------------------------------------------------------------- # @variable-external JAVA_PKG_ALLOW_VM_CHANGE |