summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2006-12-02 21:11:50 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2006-12-02 21:11:50 +0000
commit710d13532e03d534302ff4b55ec5637b9333f18b (patch)
tree287343916e261c6bf739111f4ceead26e23839f3 /eclass/java-pkg-opt-2.eclass
parentFix bug #155905, cleanup ebuilds. (diff)
downloadhistorical-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.
Diffstat (limited to 'eclass/java-pkg-opt-2.eclass')
-rw-r--r--eclass/java-pkg-opt-2.eclass1
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() {