Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 346743 - net-p2p/vuze-4.3.1.4-r2 porting to SPARC
Summary: net-p2p/vuze-4.3.1.4-r2 porting to SPARC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: KEYWORDREQ
Depends on: 159780 344455
Blocks:
  Show dependency tree
 
Reported: 2010-11-25 12:08 UTC by Alex Buell
Modified: 2012-06-05 15:07 UTC (History)
1 user (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 Alex Buell 2010-11-25 12:08:21 UTC
--- /usr/portage/net-p2p/vuze/vuze-4.3.1.4-r2.ebuild    2010-09-10 16:36:50.000000000 +0100
+++ /var/lib/layman/thebuell/net-p2p/vuze/vuze-4.3.1.4-r3.ebuild        2010-11-25 12:05:55.979202600 +0000
@@ -20,7 +20,7 @@
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 # bundles parts of commons-lang, but modified
@@ -79,6 +79,7 @@
         use x86   && mem="192"
         use ppc   && mem="192"
         use ppc64 && mem="256"
+        use sparc && mem="320"
         export ANT_OPTS="-Xmx${mem}m"
         java-pkg-2_src_compile
 
With those changes, vuze works out of the box. This program has proved to be most useful when testing icedtea6 ported to the SPARC.
Comment 1 Ralph Sennhauser (RETIRED) gentoo-dev 2012-06-05 15:07:23 UTC
Added -Xmx320m for sparc to vuze-4.7.0.2. Keyword request for sparc only make sense if they are a dependency of jdk:1.7 respectively icedtea.

Thanks for the report.