Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 95447 Details for
Bug 145568
dev-java/fop-0.20.5-r6 build.xml uses automagical tests to determine whether build optional stuff
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for fop's ebuild
fop-0.20.5-r6.ebuild.patch (text/plain), 719 bytes, created by
Vlastimil Babka (Caster) (RETIRED)
on 2006-08-30 02:50:14 UTC
(
hide
)
Description:
patch for fop's ebuild
Filename:
MIME Type:
Creator:
Vlastimil Babka (Caster) (RETIRED)
Created:
2006-08-30 02:50:14 UTC
Size:
719 bytes
patch
obsolete
>--- fop-0.20.5-r6.ebuild 2006-08-06 05:40:26.000000000 +0200 >+++ fop-0.20.5-r6.ebuild 2006-08-30 10:21:14.000000000 +0200 >@@ -22,9 +22,9 @@ > dev-java/xalan > >=dev-java/xerces-2.6.2 > !dev-java/fop-bin" >-RDEPEND="|| ( =virtual/jre-1.4* =virtual/jre-1.3* ) >+RDEPEND="( =virtual/jre-1.4* ) > ${COMMON_DEP}" >-DEPEND="|| ( =virtual/jdk-1.4* =virtual/jdk-1.3* ) >+DEPEND="|| ( =virtual/jdk-1.4* ) > ${COMMON_DEP} > >=dev-java/ant-1.5.4" > >@@ -50,7 +50,12 @@ > src_compile() { > java-pkg_filter-compiler jikes > >- eant package $(use_doc javadocs) >+ local jaip jimip >+ >+ use jai && jaip="-Djai.present=true" >+ use jimi && jimip="-Djimi.present=true" >+ >+ eant ${jaip} ${jimip} package $(use_doc javadocs) > } > > src_install() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 145568
:
95444
| 95447