diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-03-25 15:19:03 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-03-25 15:19:03 +0000 |
commit | fcbce144eff1066bbb4ee5f0d2044e2b6c7da964 (patch) | |
tree | 3878545d489458ac8056d1d9aa1233332ab45ea8 /app-benchmarks/cpuburn | |
parent | added cpuburn (diff) | |
download | historical-fcbce144eff1066bbb4ee5f0d2044e2b6c7da964.tar.gz historical-fcbce144eff1066bbb4ee5f0d2044e2b6c7da964.tar.bz2 historical-fcbce144eff1066bbb4ee5f0d2044e2b6c7da964.zip |
~amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-benchmarks/cpuburn')
-rw-r--r-- | app-benchmarks/cpuburn/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/cpuburn/Manifest | 4 | ||||
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4.ebuild | 6 |
3 files changed, 9 insertions, 6 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/Manifest b/app-benchmarks/cpuburn/Manifest index 773dffa29f8e..f9ddaf9db7fc 100644 --- a/app-benchmarks/cpuburn/Manifest +++ b/app-benchmarks/cpuburn/Manifest @@ -1,3 +1,3 @@ -MD5 9f20ba39e79ed7a255519a016dc8f326 ChangeLog 672 -MD5 a268f35b5926a13a114b40599a9fa8c2 cpuburn-1.4.ebuild 871 +MD5 689d22442b4948e843503d8f819ab6ba ChangeLog 737 +MD5 6fcad4cd28c5670f406d334e3eef6652 cpuburn-1.4.ebuild 925 MD5 6cf0a4c748c883846c78a58b0173aa80 files/digest-cpuburn-1.4 61 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 ... |