diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 17:56:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 17:56:37 +0000 |
commit | 566a2d9ae1dfd6074687bb5e4d2b73d4eb6d39e2 (patch) | |
tree | a8fac420f40bf46b59ee84a3738d897da0a15aeb /app-benchmarks/cpuburn | |
parent | amd64 (Manifest recommit) (diff) | |
download | gentoo-2-566a2d9ae1dfd6074687bb5e4d2b73d4eb6d39e2.tar.gz gentoo-2-566a2d9ae1dfd6074687bb5e4d2b73d4eb6d39e2.tar.bz2 gentoo-2-566a2d9ae1dfd6074687bb5e4d2b73d4eb6d39e2.zip |
Remove arm keywords
Diffstat (limited to 'app-benchmarks/cpuburn')
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/cpuburn/cpuburn-1.4.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild index d0652afd9278..270b8d77f9c3 100644 --- a/app-benchmarks/cpuburn/cpuburn-1.4.ebuild +++ b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.4 2003/06/29 15:43:52 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.5 2004/02/22 17:54:16 agriffis Exp $ DESCRIPTION="This program is designed to heavily load CPU chips [testing purposes]" HOMEPAGE="http://users.ev1.net/~redelm/" @@ -12,7 +12,7 @@ S="${WORKDIR}/${P}" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="x86 -ppc -sparc -alpha" +KEYWORDS="x86 -ppc -sparc -alpha" RESTRICT="nostrip" DEPEND="sys-devel/gcc" |