From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95FEA1382C5 for ; Mon, 4 Jan 2021 15:32:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43C4BE0A03; Mon, 4 Jan 2021 15:32:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A52FE09FE for ; Mon, 4 Jan 2021 15:32:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E7663411A9 for ; Mon, 4 Jan 2021 15:32:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B983448C for ; Mon, 4 Jan 2021 15:32:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609774276.91e870fd60fe403ef0e987c013e4307b0486cc52.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/iozone/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/iozone/iozone-3.488.ebuild X-VCS-Directories: app-benchmarks/iozone/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 91e870fd60fe403ef0e987c013e4307b0486cc52 X-VCS-Branch: master Date: Mon, 4 Jan 2021 15:32:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a60a4779-6142-4ca0-8b41-76b01f99a8dd X-Archives-Hash: c983bc8cd687d4ca4f1b0f3113fc03e7 commit: 91e870fd60fe403ef0e987c013e4307b0486cc52 Author: Sam James gentoo org> AuthorDate: Mon Jan 4 15:31:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 4 15:31:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e870fd app-benchmarks/iozone: Stabilize 3.488 x86, #761343 Signed-off-by: Sam James gentoo.org> app-benchmarks/iozone/iozone-3.488.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-benchmarks/iozone/iozone-3.488.ebuild b/app-benchmarks/iozone/iozone-3.488.ebuild index 4699795a30d..14b8296b844 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/./_}"