diff options
author | Markus Meier <maekke@gentoo.org> | 2012-02-29 20:39:32 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-02-29 20:39:32 +0000 |
commit | b98ea8485380bcc7cdc98aed5d954863089701e2 (patch) | |
tree | e9830bf1461e85a89818b67c8eefcdac910675d7 /app-benchmarks | |
parent | arm stable, bug #358749 (diff) | |
download | gentoo-2-b98ea8485380bcc7cdc98aed5d954863089701e2.tar.gz gentoo-2-b98ea8485380bcc7cdc98aed5d954863089701e2.tar.bz2 gentoo-2-b98ea8485380bcc7cdc98aed5d954863089701e2.zip |
arm stable, bug #399919
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/iozone/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/iozone/iozone-3.397.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-benchmarks/iozone/ChangeLog b/app-benchmarks/iozone/ChangeLog index ce400e379a40..4600094140e0 100644 --- a/app-benchmarks/iozone/ChangeLog +++ b/app-benchmarks/iozone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/iozone # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/ChangeLog,v 1.45 2012/02/29 20:39:32 maekke Exp $ + + 29 Feb 2012; Markus Meier <maekke@gentoo.org> iozone-3.397.ebuild: + arm stable, bug #399919 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> iozone-3.397.ebuild: Stable for amd64, wrt bug #399919 diff --git a/app-benchmarks/iozone/iozone-3.397.ebuild b/app-benchmarks/iozone/iozone-3.397.ebuild index 64e69d9a26e5..fe68de53aa37 100644 --- a/app-benchmarks/iozone/iozone-3.397.ebuild +++ b/app-benchmarks/iozone/iozone-3.397.ebuild @@ -1,6 +1,6 @@ # 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.2 2012/02/24 09:31:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.397.ebuild,v 1.3 2012/02/29 20:39:32 maekke 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/./_} |