summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2006-09-08 02:45:32 +0000
committerJoshua Nichols <nichoj@gentoo.org>2006-09-08 02:45:32 +0000
commit94eeda784a88de7c4aac39817189886d75e3404d (patch)
treebee38155ea780a6e9e84124f2788f22bf65af63b /dev-util/weka
parentnet-im/aim is gone, remove mask. (diff)
downloadgentoo-2-94eeda784a88de7c4aac39817189886d75e3404d.tar.gz
gentoo-2-94eeda784a88de7c4aac39817189886d75e3404d.tar.bz2
gentoo-2-94eeda784a88de7c4aac39817189886d75e3404d.zip
Increase memory allocation pool when on amd64, due to OutOfMemoryErrors encountered.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'dev-util/weka')
-rw-r--r--dev-util/weka/ChangeLog7
-rw-r--r--dev-util/weka/weka-3.4.3_p20041113.ebuild7
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-util/weka/ChangeLog b/dev-util/weka/ChangeLog
index c67d74272f22..0d2e9b041785 100644
--- a/dev-util/weka/ChangeLog
+++ b/dev-util/weka/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/weka
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v 1.14 2006/02/19 00:02:15 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v 1.15 2006/09/08 02:45:32 nichoj Exp $
+
+ 08 Sep 2006; Joshua Nichols <nichoj@gentoo.org>
+ weka-3.4.3_p20041113.ebuild:
+ Increase memory allocation pool when on amd64, due to OutOfMemoryErrors
+ encountered.
19 Feb 2006; Petteri Räty <betelgeuse@gentoo.org> weka-3.4.6.ebuild:
Removed dependency on virtual/x11 to make weka work with modular X.
diff --git a/dev-util/weka/weka-3.4.3_p20041113.ebuild b/dev-util/weka/weka-3.4.3_p20041113.ebuild
index 2798edae68eb..cba4ee6b97c6 100644
--- a/dev-util/weka/weka-3.4.3_p20041113.ebuild
+++ b/dev-util/weka/weka-3.4.3_p20041113.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/weka-3.4.3_p20041113.ebuild,v 1.5 2005/07/18 22:07:54 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/weka-3.4.3_p20041113.ebuild,v 1.6 2006/09/08 02:45:32 nichoj Exp $
inherit eutils java-pkg
@@ -29,6 +29,9 @@ src_unpack() {
src_compile() {
cd weka
+ # Runs out of memory of on amd64 with blackdown-jdk
+ # so up the max size of the memory allocation pool
+ use amd64 && export ANT_OPTS="-Xmx128m"
# all attempts to build it with jikes failed
local antflags="exejar srcjar remotejar"