projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c36c4f0
)
Do not rewrite build.xml files in java-ant-2.eclass if the use flag controlling this...
author
Petteri Räty
<betelgeuse@gentoo.org>
Sat, 2 Dec 2006 21:11:50 +0000
(21:11 +0000)
committer
Petteri Räty
<betelgeuse@gentoo.org>
Sat, 2 Dec 2006 21:11:50 +0000
(21:11 +0000)
eclass/java-pkg-opt-2.eclass
patch
|
blob
|
history
diff --git
a/eclass/java-pkg-opt-2.eclass
b/eclass/java-pkg-opt-2.eclass
index 5577f28fd28b69e88bfc32e47b42a544158f43c1..f3fd5197009e300aa8de2ae4ffe67fb3f728b399 100644
(file)
--- 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() {