diff options
author | 2013-08-28 21:28:33 +0000 | |
---|---|---|
committer | 2013-08-28 21:28:33 +0000 | |
commit | 645beb5d6bd88de36ed82d78beaa38549cb0eb69 (patch) | |
tree | 2dfcc153fe557f7416efe5c9715a730e05219fdd /eclass/ant-tasks.eclass | |
parent | ppc stable wrt bug #449588 (diff) | |
download | historical-645beb5d6bd88de36ed82d78beaa38549cb0eb69.tar.gz historical-645beb5d6bd88de36ed82d78beaa38549cb0eb69.tar.bz2 historical-645beb5d6bd88de36ed82d78beaa38549cb0eb69.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) |