Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 237829 - net-p2p/azureus-3.1.1.0 ~ppc64 keyword request
Summary: net-p2p/azureus-3.1.1.0 ~ppc64 keyword request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC64 Linux
: High enhancement
Assignee: Java team
URL:
Whiteboard:
Keywords: KEYWORDREQ
Depends on: 237822
Blocks:
  Show dependency tree
 
Reported: 2008-09-16 11:18 UTC by Greg Trigg
Modified: 2008-10-25 21:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Trigg 2008-09-16 11:18:55 UTC
I have successfully merged net-p2p/azureus-3.1.1.0 by adding ~ppc64 to the ebuild and making the following change to it.

src_compile() {
    local mem
    use amd64 && mem="256"
    use x86   && mem="128"
    use ppc   && mem="192"
+   use ppc64 && mem="256"
    export ANT_OPTS="-Xmx${mem}m"
    java-pkg-2_src_compile
}

I assumed mem="256" because of 64-bit.
Comment 1 Pieter Van den Abeele (RETIRED) gentoo-dev 2008-10-25 21:21:50 UTC
In CVS. Thank you for reporting.