From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BED19138334 for ; Thu, 23 Aug 2018 20:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 773D8E0930; Thu, 23 Aug 2018 20:01:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52233E0930 for ; Thu, 23 Aug 2018 20:01:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BDBF335CC3 for ; Thu, 23 Aug 2018 20:01:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19A232BA for ; Thu, 23 Aug 2018 20:01:08 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1535054458.c1b3412712fe183d4a69a37dfee808163ca229ef.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/vuze/vuze-5.7.2.0-r1.ebuild X-VCS-Directories: net-p2p/vuze/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: c1b3412712fe183d4a69a37dfee808163ca229ef X-VCS-Branch: master Date: Thu, 23 Aug 2018 20:01:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2b4c01c0-95bc-412c-8211-40b332113868 X-Archives-Hash: 5e39c4eaf1085e9696ddc195d696330c commit: c1b3412712fe183d4a69a37dfee808163ca229ef Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Aug 23 20:00:35 2018 +0000 Commit: Thomas Deutschmann gentoo 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"