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 | d6e9285052d08e01f875b3ed43ae19a5362f58f8 (patch) | |
tree | 13b4844cc7da2fcf306c115065397e8c0003469b /app-benchmarks | |
parent | added cpuburn (diff) | |
download | gentoo-2-d6e9285052d08e01f875b3ed43ae19a5362f58f8.tar.gz gentoo-2-d6e9285052d08e01f875b3ed43ae19a5362f58f8.tar.bz2 gentoo-2-d6e9285052d08e01f875b3ed43ae19a5362f58f8.zip |
~amd64
(Portage version: 2.0.51.19)
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 ... |