commit:     c1b3412712fe183d4a69a37dfee808163ca229ef
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 23 20:00:35 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Aug 23 20:00:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b34127

net-p2p/vuze: raising memory for x86

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 3d3b52b2130..c76d294bb89 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"

Reply via email to