diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-11-09 00:12:57 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-11-09 00:12:57 +0000 |
commit | 83500b884535358e10d82513729d4d5a9eb72f88 (patch) | |
tree | 2f6b1e7581ef738cf9e08cea784342ebc412ea5a /eclass/java-utils-2.eclass | |
parent | Bump to 2.24.1. Bug fixes, translation and documentation updates. (diff) | |
download | historical-83500b884535358e10d82513729d4d5a9eb72f88.tar.gz historical-83500b884535358e10d82513729d4d5a9eb72f88.tar.bz2 historical-83500b884535358e10d82513729d4d5a9eb72f88.zip |
Unset ANT_RESPECT_JAVA_HOME introduced to fix bug #151884.
Diffstat (limited to 'eclass/java-utils-2.eclass')
-rw-r--r-- | eclass/java-utils-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 204ac6e29ed6..ead91e21a758 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.117 2008/10/11 21:07:13 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.118 2008/11/09 00:12:57 caster Exp $ # ----------------------------------------------------------------------------- # @eclass-begin @@ -2115,6 +2115,7 @@ java-pkg_init() { # Unset external ANT_ stuff export ANT_TASKS= export ANT_OPTS= + export ANT_RESPECT_JAVA_HOME= } # ------------------------------------------------------------------------------ |