diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-04-16 18:54:08 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-16 18:54:08 -0400 |
commit | 626fb80299f0ea978b6619a24632ac0de54f4092 (patch) | |
tree | 4bfc4cacaf6c5905be18cebe55e4464ebfce1932 /app-benchmarks/iozone | |
parent | net-misc/mosh: amd64 stable wrt bug #653002 (diff) | |
download | gentoo-626fb80299f0ea978b6619a24632ac0de54f4092.tar.gz gentoo-626fb80299f0ea978b6619a24632ac0de54f4092.tar.bz2 gentoo-626fb80299f0ea978b6619a24632ac0de54f4092.zip |
app-benchmarks/iozone: amd64 stable wrt bug #653336
Bug: https://bugs.gentoo.org/653336
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-benchmarks/iozone')
-rw-r--r-- | app-benchmarks/iozone/iozone-3.471.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/iozone/iozone-3.471.ebuild b/app-benchmarks/iozone/iozone-3.471.ebuild index f65231ed5f2b..3fb09fe74d30 100644 --- a/app-benchmarks/iozone/iozone-3.471.ebuild +++ b/app-benchmarks/iozone/iozone-3.471.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,7 +28,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/./_} |