Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 346743

Summary: net-p2p/vuze-4.3.1.4-r2 porting to SPARC
Product: Gentoo Linux Reporter: Alex Buell <alex.buell>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: enhancement CC: sparc
Priority: High Keywords: KEYWORDREQ
Version: 10.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 159780, 344455    
Bug Blocks:    

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.