From: Thomas Deutschmann Date: Thu, 23 Aug 2018 20:00:35 +0000 (+0200) Subject: net-p2p/vuze: raising memory for x86 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c1b3412712fe183d4a69a37dfee808163ca229ef;p=gentoo.git net-p2p/vuze: raising memory for x86 Closes: https://bugs.gentoo.org/653922 Package-Manager: Portage-2.3.48, Repoman-2.3.10 --- diff --git a/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild index 3d3b52b21305..c76d294bb89d 100644 --- a/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild +++ b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild @@ -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"