diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-03-15 13:31:50 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-03-15 13:31:50 +0000 |
commit | 2c5f97ca5fc5f5671c056f7eb6ab4e303f32df3d (patch) | |
tree | 2ea746a556407b4edcb5c6aeadebe2cc27063ff7 /eclass/java-ant-2.eclass | |
parent | Stable on ppc64; bug #169987 (diff) | |
download | historical-2c5f97ca5fc5f5671c056f7eb6ab4e303f32df3d.tar.gz historical-2c5f97ca5fc5f5671c056f7eb6ab4e303f32df3d.tar.bz2 historical-2c5f97ca5fc5f5671c056f7eb6ab4e303f32df3d.zip |
Raise javatoolkit dep to 0.2.0-r1 so that build.xml files with entities don't break.
Diffstat (limited to 'eclass/java-ant-2.eclass')
-rw-r--r-- | eclass/java-ant-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-ant-2.eclass b/eclass/java-ant-2.eclass index 715c7196bcd9..1f8c2fc63e61 100644 --- a/eclass/java-ant-2.eclass +++ b/eclass/java-ant-2.eclass @@ -10,7 +10,7 @@ # # Licensed under the GNU General Public License, v2 # -# $Header: /var/cvsroot/gentoo-x86/eclass/java-ant-2.eclass,v 1.19 2007/03/11 22:51:25 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-ant-2.eclass,v 1.20 2007/03/15 13:31:50 caster Exp $ inherit java-utils-2 @@ -73,7 +73,7 @@ fi # We need some tools from javatoolkit. We also need portage 2.1 for phase hooks # and ant dependencies constructed above -DEPEND=">=dev-java/javatoolkit-0.1.5 ${JAVA_PKG_PORTAGE_DEP} ${JAVA_ANT_E_DEPEND}" +DEPEND=">=dev-java/javatoolkit-0.2.0-r1 ${JAVA_PKG_PORTAGE_DEP} ${JAVA_ANT_E_DEPEND}" # ------------------------------------------------------------------------------ # @global JAVA_PKG_BSFIX |