diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2006-12-02 21:11:50 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2006-12-02 21:11:50 +0000 |
commit | 710d13532e03d534302ff4b55ec5637b9333f18b (patch) | |
tree | 287343916e261c6bf739111f4ceead26e23839f3 | |
parent | Fix bug #155905, cleanup ebuilds. (diff) | |
download | historical-710d13532e03d534302ff4b55ec5637b9333f18b.tar.gz historical-710d13532e03d534302ff4b55ec5637b9333f18b.tar.bz2 historical-710d13532e03d534302ff4b55ec5637b9333f18b.zip |
Do not rewrite build.xml files in java-ant-2.eclass if the use flag controlling this eclass is not turned on.
-rw-r--r-- | eclass/java-pkg-opt-2.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/java-pkg-opt-2.eclass b/eclass/java-pkg-opt-2.eclass index 5577f28fd28b..f3fd5197009e 100644 --- a/eclass/java-pkg-opt-2.eclass +++ b/eclass/java-pkg-opt-2.eclass @@ -52,6 +52,7 @@ pre_pkg_setup() { pre_src_unpack() { java-pkg-opt-2_pkg_setup + use "${JAVA_PKG_OPT_USE}" || JAVA_PKG_BSFIX="off" } pre_src_compile() { |