diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-07-20 18:36:02 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-07-20 18:36:02 +0000 |
commit | a3b59a79add743340a5f297f2986199eda6c2047 (patch) | |
tree | b38f3c60bd16326fe0e70c44c9000ddd5be993a1 /eclass/java-utils-2.eclass | |
parent | ppc stable, bug #183520 (diff) | |
download | gentoo-2-a3b59a79add743340a5f297f2986199eda6c2047.tar.gz gentoo-2-a3b59a79add743340a5f297f2986199eda6c2047.tar.bz2 gentoo-2-a3b59a79add743340a5f297f2986199eda6c2047.zip |
Update java-config dependency to the latest version for optional deps.
Diffstat (limited to 'eclass/java-utils-2.eclass')
-rw-r--r-- | eclass/java-utils-2.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 0a2b750334c5..e2169504f97f 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.90 2007/06/19 21:08:57 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.91 2007/07/20 18:36:02 betelgeuse Exp $ # ----------------------------------------------------------------------------- # @eclass-begin @@ -68,10 +68,10 @@ JAVA_PKG_PORTAGE_DEP=">=sys-apps/portage-2.1_pre1" # @variable-internal JAVA_PKG_E_DEPEND # # This is a convience variable to be used from the other java eclasses. This is -# the version of java-config we want to use. We also need a recent version -# portage, that includes phase hooks. +# the version of java-config we want to use. Usually the latest stable version +# so that ebuilds can use new features without depending on specific versions. # ----------------------------------------------------------------------------- -JAVA_PKG_E_DEPEND=">=dev-java/java-config-2.0.32 ${JAVA_PKG_PORTAGE_DEP}" +JAVA_PKG_E_DEPEND=">=dev-java/java-config-2.0.33-r1 ${JAVA_PKG_PORTAGE_DEP}" # ----------------------------------------------------------------------------- # @variable-external JAVA_PKG_ALLOW_VM_CHANGE |