commit:     4dc83e415c6b28452fcfeaa3c0ef6ff965720c19
Author:     Xin Yang <yangmame <AT> icloud <DOT> com>
AuthorDate: Sat Oct 15 07:03:09 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> 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 <yangmame <AT> icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/27726
Signed-off-by: Jakov Smolić <jsmolic <AT> 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

Reply via email to