summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-08-23 22:00:35 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-08-23 22:00:58 +0200
commitc1b3412712fe183d4a69a37dfee808163ca229ef (patch)
tree2313c1cae4a0948c413ca9e7ede304680687dac7 /net-p2p
parentapp-misc/radeontop: EAPI7 bump (diff)
downloadgentoo-c1b3412712fe183d4a69a37dfee808163ca229ef.tar.gz
gentoo-c1b3412712fe183d4a69a37dfee808163ca229ef.tar.bz2
gentoo-c1b3412712fe183d4a69a37dfee808163ca229ef.zip
net-p2p/vuze: raising memory for x86
Closes: https://bugs.gentoo.org/653922 Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/vuze/vuze-5.7.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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"