From: Petteri Räty Date: Sat, 2 Dec 2006 21:11:50 +0000 (+0000) Subject: Do not rewrite build.xml files in java-ant-2.eclass if the use flag controlling this... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=710d13532e03d534302ff4b55ec5637b9333f18b;p=gentoo.git Do not rewrite build.xml files in java-ant-2.eclass if the use flag controlling this eclass is not turned on. --- 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() {