diff options
author | Sam James <sam@gentoo.org> | 2021-01-04 15:31:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-04 15:31:16 +0000 |
commit | 91e870fd60fe403ef0e987c013e4307b0486cc52 (patch) | |
tree | 205cb4b135ee2ee25159234c24be017656ff3d03 /app-benchmarks/iozone | |
parent | sci-geosciences/osm2pgsql: Stabilize 1.3.0 x86, #761268 (diff) | |
download | gentoo-91e870fd60fe403ef0e987c013e4307b0486cc52.tar.gz gentoo-91e870fd60fe403ef0e987c013e4307b0486cc52.tar.bz2 gentoo-91e870fd60fe403ef0e987c013e4307b0486cc52.zip |
app-benchmarks/iozone: Stabilize 3.488 x86, #761343
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-benchmarks/iozone')
-rw-r--r-- | app-benchmarks/iozone/iozone-3.488.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/iozone/iozone-3.488.ebuild b/app-benchmarks/iozone/iozone-3.488.ebuild index 4699795a30d6..14b8296b8449 100644 --- a/app-benchmarks/iozone/iozone-3.488.ebuild +++ b/app-benchmarks/iozone/iozone-3.488.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,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" S="${WORKDIR}/${PN}${PV/./_}" |