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 | e85dfc4f950cd85ed93369782876263b41c0c16a (patch) | |
tree | 90f4d7029ff792ca52a08b46b01afa522d25eb6e /app-benchmarks | |
parent | amd64 (diff) | |
download | historical-e85dfc4f950cd85ed93369782876263b41c0c16a.tar.gz historical-e85dfc4f950cd85ed93369782876263b41c0c16a.tar.bz2 historical-e85dfc4f950cd85ed93369782876263b41c0c16a.zip |
Remove arm keywords
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4.ebuild | 4 | ||||
-rw-r--r-- | app-benchmarks/jmeter/jmeter-1.8.1.ebuild | 4 |
2 files changed, 4 insertions, 4 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" diff --git a/app-benchmarks/jmeter/jmeter-1.8.1.ebuild b/app-benchmarks/jmeter/jmeter-1.8.1.ebuild index d80c5bdc91fa..c063e90be121 100644 --- a/app-benchmarks/jmeter/jmeter-1.8.1.ebuild +++ b/app-benchmarks/jmeter/jmeter-1.8.1.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/jmeter/jmeter-1.8.1.ebuild,v 1.6 2003/12/16 02:30:39 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/jmeter/jmeter-1.8.1.ebuild,v 1.7 2004/02/22 17:56:37 agriffis Exp $ S=${WORKDIR}/${PN}-${PV} P=jakarta-${PN}-${PV} @@ -12,7 +12,7 @@ DEPEND=">=dev-java/sun-jdk-1.3.1" RDEPEND=">=dev-java/sun-jdk-1.3.1" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="x86 -sparc -ppc -alpha -mips -hppa -arm" +KEYWORDS="x86 -sparc -ppc -alpha -mips -hppa" IUSE="doc" src_compile () { |