net-p2p/vuze: raising memory for x86
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 23 Aug 2018 20:00:35 +0000 (22:00 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 23 Aug 2018 20:00:58 +0000 (22:00 +0200)
Closes: https://bugs.gentoo.org/653922
Package-Manager: Portage-2.3.48, Repoman-2.3.10

net-p2p/vuze/vuze-5.7.2.0-r1.ebuild

index 3d3b52b213056930fb7b7b9610e198301f118a30..c76d294bb89de6555fd40100b1874bffb504d128 100644 (file)
@@ -93,7 +93,7 @@ EANT_GENTOO_CLASSPATH="swt-3.8,json-simple,log4j,commons-cli-1 commons-lang-2.1"
 src_compile() {
        local mem
        use amd64 && mem="320"
-       use x86   && mem="192"
+       use x86   && mem="256"
        use ppc   && mem="192"
        use ppc64 && mem="256"
        use sparc && mem="320"