diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2010-01-17 12:53:18 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2010-01-17 12:53:18 +0000 |
commit | 4f2d3641ecb780283b768f2f53f6d165a0a23692 (patch) | |
tree | 2fb7504fc497f968c1b9e977906cfe25a75225c9 /eclass/java-utils-2.eclass | |
parent | Cleanup (diff) | |
download | gentoo-2-4f2d3641ecb780283b768f2f53f6d165a0a23692.tar.gz gentoo-2-4f2d3641ecb780283b768f2f53f6d165a0a23692.tar.bz2 gentoo-2-4f2d3641ecb780283b768f2f53f6d165a0a23692.zip |
Raise the minimum java-config version to 2.1.9-r1 to solve #301261.
Diffstat (limited to 'eclass/java-utils-2.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 b4157d6148da..488c328136d4 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.130 2009/11/08 20:39:30 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.131 2010/01/17 12:53:18 betelgeuse Exp $ # ----------------------------------------------------------------------------- # @eclass-begin @@ -72,7 +72,7 @@ hasq "${EAPI}" 0 1 && JAVA_PKG_PORTAGE_DEP=">=sys-apps/portage-2.1.2.7" # 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.1.6 ${JAVA_PKG_PORTAGE_DEP}" +JAVA_PKG_E_DEPEND=">=dev-java/java-config-2.1.9-r1 ${JAVA_PKG_PORTAGE_DEP}" hasq source ${JAVA_PKG_IUSE} && JAVA_PKG_E_DEPEND="${JAVA_PKG_E_DEPEND} source? ( app-arch/zip )" # ----------------------------------------------------------------------------- |