summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-04-14 01:32:49 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-04-14 01:32:49 +0000
commitc45059d335ab19b8e0a7efd8b881088502c26e76 (patch)
tree74e94d9b2591586d65e4bf8b82433e7ba14e3ae3 /app-benchmarks
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-c45059d335ab19b8e0a7efd8b881088502c26e76.tar.gz
gentoo-2-c45059d335ab19b8e0a7efd8b881088502c26e76.tar.bz2
gentoo-2-c45059d335ab19b8e0a7efd8b881088502c26e76.zip
Stable on x86 amd64
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/volanomark/ChangeLog6
-rw-r--r--app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-benchmarks/volanomark/ChangeLog b/app-benchmarks/volanomark/ChangeLog
index 4fb9019f9ce8..461f17fa433d 100644
--- a/app-benchmarks/volanomark/ChangeLog
+++ b/app-benchmarks/volanomark/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-benchmarks/volanomark
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/volanomark/ChangeLog,v 1.3 2004/02/11 19:22:09 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/volanomark/ChangeLog,v 1.4 2004/04/14 01:32:49 dragonheart Exp $
+
+ 14 Apr 2004; Daniel Black <dragonheart@gentoo.org>
+ volanomark-2.5.0.9.ebuild:
+ Stable on x86 amd64
11 Feb 2004; Dylan Carlson <absinthe@gentoo.org> volanomark-2.5.0.9.ebuild:
fixed to set correct stack sizes for x86 and amd64.
diff --git a/app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild b/app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild
index c6cd8ce8e309..d56b559e68ab 100644
--- a/app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild
+++ b/app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild,v 1.2 2004/02/11 19:22:09 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild,v 1.3 2004/04/14 01:32:49 dragonheart Exp $
DESCRIPTION="Java server benchmark utility"
HOMEPAGE="http://www.volano.com/benchmarks.html"
@@ -12,7 +12,7 @@ RESTRICT="nomirror"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 amd64"
IUSE=""
DEPEND="virtual/jre
>=sys-apps/sed-4