diff options
Diffstat (limited to 'app-benchmarks/iozone/iozone-3.397.ebuild')
-rw-r--r-- | app-benchmarks/iozone/iozone-3.397.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-benchmarks/iozone/iozone-3.397.ebuild b/app-benchmarks/iozone/iozone-3.397.ebuild index c7cf2bcf1e9d..64e69d9a26e5 100644 --- a/app-benchmarks/iozone/iozone-3.397.ebuild +++ b/app-benchmarks/iozone/iozone-3.397.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.397.ebuild,v 1.1 2011/07/22 18:44:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.397.ebuild,v 1.2 2012/02/24 09:31:47 ago Exp $ # TODO # -> linux-arm (32bit) <- @@ -27,7 +27,7 @@ SRC_URI="http://www.iozone.org/src/current/${PN}${PV/./_}.tar" LICENSE="freedist" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" S=${WORKDIR}/${PN}${PV/./_} |