Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/hyperfine/
Date: Wed, 03 Aug 2022 15:39:20
Message-Id: 1659541161.264f61e08caa7736ffcdb8859735923f8056f4b4.jsmolic@gentoo
1 commit: 264f61e08caa7736ffcdb8859735923f8056f4b4
2 Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 3 12:54:35 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 15:39:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264f61e0
7
8 app-benchmarks/hyperfine: Keyword 1.12.0 riscv, #863365
9
10 Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/26721
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 app-benchmarks/hyperfine/hyperfine-1.12.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-benchmarks/hyperfine/hyperfine-1.12.0.ebuild b/app-benchmarks/hyperfine/hyperfine-1.12.0.ebuild
18 index 57db3305c0d3..3b8a58be0553 100644
19 --- a/app-benchmarks/hyperfine/hyperfine-1.12.0.ebuild
20 +++ b/app-benchmarks/hyperfine/hyperfine-1.12.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2020-2021 Gentoo Authors
23 +# Copyright 2020-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -104,7 +104,7 @@ SRC_URI="https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
28
29 LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 Boost-1.0 ISC MIT MPL-2.0 Unlicense"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~arm64 ~ppc64"
32 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
33
34 QA_FLAGS_IGNORED="usr/bin/${PN}"