diff options
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/cpuburn/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-benchmarks/cpuburn/ChangeLog b/app-benchmarks/cpuburn/ChangeLog index 534637cfdf38..f67cbfb8c0ef 100644 --- a/app-benchmarks/cpuburn/ChangeLog +++ b/app-benchmarks/cpuburn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/cpuburn # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.8 2005/01/01 12:03:51 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.9 2005/03/25 15:19:03 blubb Exp $ + + 25 Mar 2005; <blubb@gentoo.org> cpuburn-1.4.ebuild: + added ~amd64 29 Sep 2004; Mike Frysinger <vapier@gentoo.org> cpuburn-1.4.ebuild: Compiled with -m32 on amd64 systems #65719 by Rick Warner. diff --git a/app-benchmarks/cpuburn/cpuburn-1.4.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild index 28bbc9777b8b..ee2ab1c5e79b 100644 --- a/app-benchmarks/cpuburn/cpuburn-1.4.ebuild +++ b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.10 2005/01/01 12:03:51 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.11 2005/03/25 15:19:03 blubb Exp $ MY_P="${PV/./_}" DESCRIPTION="designed to heavily load CPU chips [testing purposes]" @@ -9,12 +9,12 @@ SRC_URI="http://pages.sbcglobal.net/redelm/cpuburn_${MY_P}_tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* x86" +KEYWORDS="-* x86 ~amd64" IUSE="" RESTRICT="nostrip" DEPEND="sys-devel/gcc" -RDEPEND="" +RDEPEND="amd64? (>=app-emulation/emul-linux-x86-baselibs-1.0)" src_unpack() { # for some reason he has it _tar instead of .tar ... |