diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 09:31:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 09:31:47 +0000 |
commit | ea998ad0a087ceabf0baa370f5c15bfd93e59965 (patch) | |
tree | 95aa9c50b13c7e358c7ed99cbec356420a8060b5 /app-benchmarks/iozone | |
parent | Stable for amd64, wrt bug #399917 (diff) | |
download | gentoo-2-ea998ad0a087ceabf0baa370f5c15bfd93e59965.tar.gz gentoo-2-ea998ad0a087ceabf0baa370f5c15bfd93e59965.tar.bz2 gentoo-2-ea998ad0a087ceabf0baa370f5c15bfd93e59965.zip |
Stable for amd64, wrt bug #399919
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks/iozone')
-rw-r--r-- | app-benchmarks/iozone/ChangeLog | 7 | ||||
-rw-r--r-- | app-benchmarks/iozone/iozone-3.397.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-benchmarks/iozone/ChangeLog b/app-benchmarks/iozone/ChangeLog index 4fa68fcf2206..ce400e379a40 100644 --- a/app-benchmarks/iozone/ChangeLog +++ b/app-benchmarks/iozone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/iozone -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/ChangeLog,v 1.43 2011/07/22 18:44:27 patrick Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/ChangeLog,v 1.44 2012/02/24 09:31:47 ago Exp $ + + 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> iozone-3.397.ebuild: + Stable for amd64, wrt bug #399919 *iozone-3.397 (22 Jul 2011) 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/./_} |