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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6EA3158021 for ; Tue, 18 Oct 2022 11:05:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEDFDE095C; Tue, 18 Oct 2022 11:05:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 912C6E095C for ; Tue, 18 Oct 2022 11:05:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FCE6340C33 for ; Tue, 18 Oct 2022 11:05:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1DA761F for ; Tue, 18 Oct 2022 11:05:02 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1666091079.4dc83e415c6b28452fcfeaa3c0ef6ff965720c19.jsmolic@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: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 4dc83e415c6b28452fcfeaa3c0ef6ff965720c19 X-VCS-Branch: master Date: Tue, 18 Oct 2022 11:05:02 +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: 40f1ec26-605c-4804-9b6c-71a2afe1350c X-Archives-Hash: c2b49c2fd256bbb3c16eb0fac9f33d3f commit: 4dc83e415c6b28452fcfeaa3c0ef6ff965720c19 Author: Xin Yang icloud com> AuthorDate: Sat Oct 15 07:03:09 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Oct 18 11:04:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc83e41 app-benchmarks/iozone: keyword 3.488 riscv, #876499 Signed-off-by: Xin Yang icloud.com> Closes: https://github.com/gentoo/gentoo/pull/27726 Signed-off-by: Jakov Smolić gentoo.org> app-benchmarks/iozone/iozone-3.488.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app-benchmarks/iozone/iozone-3.488.ebuild b/app-benchmarks/iozone/iozone-3.488.ebuild index d564c8a49563..eeac2f98f9eb 100644 --- a/app-benchmarks/iozone/iozone-3.488.ebuild +++ b/app-benchmarks/iozone/iozone-3.488.ebuild @@ -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 ~riscv ~sparc x86" S="${WORKDIR}/${PN}${PV/./_}" @@ -32,14 +32,14 @@ src_configure() { tc-export CC case ${ARCH} in - x86|alpha) PLATFORM="linux";; - arm) PLATFORM="linux-arm";; - ppc) PLATFORM="linux-powerpc";; - ppc64) PLATFORM="linux-powerpc64";; - amd64) PLATFORM="linux-AMD64";; - ia64) PLATFORM="linux-ia64";; - s390) PLATFORM="linux-S390";; - *) PLATFORM="linux-${ARCH}";; + x86|alpha|riscv) PLATFORM="linux";; + arm) PLATFORM="linux-arm";; + ppc) PLATFORM="linux-powerpc";; + ppc64) PLATFORM="linux-powerpc64";; + amd64) PLATFORM="linux-AMD64";; + ia64) PLATFORM="linux-ia64";; + s390) PLATFORM="linux-S390";; + *) PLATFORM="linux-${ARCH}";; esac # makefile uses $(GCC) in a few places, probably