diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:17:40 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:17:40 +0000 |
commit | 24fe46617ddbac06e04ae33190c773083e765813 (patch) | |
tree | e548336fb7ed33ffe7c4b270db0143eac060e02b /app-benchmarks/cpuburn | |
parent | Version bump. (diff) | |
download | gentoo-2-24fe46617ddbac06e04ae33190c773083e765813.tar.gz gentoo-2-24fe46617ddbac06e04ae33190c773083e765813.tar.bz2 gentoo-2-24fe46617ddbac06e04ae33190c773083e765813.zip |
12-08-02 Keyword remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'app-benchmarks/cpuburn')
-rw-r--r-- | app-benchmarks/cpuburn/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-benchmarks/cpuburn/ChangeLog b/app-benchmarks/cpuburn/ChangeLog index fa71744ff8f7..6a7d0598c9e3 100644 --- a/app-benchmarks/cpuburn/ChangeLog +++ b/app-benchmarks/cpuburn/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-benchmarks/cpuburn # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.1 2002/10/23 13:48:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.2 2002/12/09 04:17:37 manson Exp $ +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *cpuburn-1.4 (23 Oct 2002) 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> : diff --git a/app-benchmarks/cpuburn/cpuburn-1.4.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild index c2c754374b1e..61e4d2237893 100644 --- a/app-benchmarks/cpuburn/cpuburn-1.4.ebuild +++ b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.1 2002/10/23 13:48:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.2 2002/12/09 04:17:37 manson 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 -sparc64 -alpha" +KEYWORDS="~x86 -ppc -sparc -alpha" RESTRICT="nostrip" DEPEND="sys-devel/gcc" |