diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-08-28 21:28:33 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-08-28 21:28:33 +0000 |
commit | f0b2d3a2276b69e0549cd4c1c76d0b7227c6a451 (patch) | |
tree | 098b920d50b5672b67294828c47cb4c6f824084e /eclass/ant-tasks.eclass | |
parent | ppc stable wrt bug #449588 (diff) | |
download | gentoo-2-f0b2d3a2276b69e0549cd4c1c76d0b7227c6a451.tar.gz gentoo-2-f0b2d3a2276b69e0549cd4c1c76d0b7227c6a451.tar.bz2 gentoo-2-f0b2d3a2276b69e0549cd4c1c76d0b7227c6a451.zip |
Made ant-tasks.eclass support newer versions of the 1.9 branch.
Diffstat (limited to 'eclass/ant-tasks.eclass')
-rw-r--r-- | eclass/ant-tasks.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/ant-tasks.eclass b/eclass/ant-tasks.eclass index 3a2a95cd3e58..0b2d95a33f5f 100644 --- a/eclass/ant-tasks.eclass +++ b/eclass/ant-tasks.eclass @@ -1,9 +1,9 @@ # Eclass for building dev-java/ant-* packages # -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # Author Vlastimil Babka <caster@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/ant-tasks.eclass,v 1.14 2013/07/05 10:44:47 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ant-tasks.eclass,v 1.15 2013/08/28 21:28:33 tomwij Exp $ # we set ant-core dep ourselves, restricted JAVA_ANT_DISABLE_ANT_CORE_DEP=true @@ -90,7 +90,7 @@ else MY_PV=${PV} UPSTREAM_PREFIX="mirror://apache/ant/source" case ${PV} in - 1.9.1) + 1.9.*) GENTOO_PREFIX="http://dev.gentoo.org/~tomwij/files/dist" ;; 1.8.4) |