diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-08-03 12:54:35 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-03 17:39:21 +0200 |
commit | 264f61e08caa7736ffcdb8859735923f8056f4b4 (patch) | |
tree | 94d4fde606cd98424b2b4a471a2bcd3b64bed537 /app-benchmarks | |
parent | app-benchmarks/stress-ng: Keyword 0.14.03 riscv, #863359 (diff) | |
download | gentoo-264f61e08caa7736ffcdb8859735923f8056f4b4.tar.gz gentoo-264f61e08caa7736ffcdb8859735923f8056f4b4.tar.bz2 gentoo-264f61e08caa7736ffcdb8859735923f8056f4b4.zip |
app-benchmarks/hyperfine: Keyword 1.12.0 riscv, #863365
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26721
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/hyperfine/hyperfine-1.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/hyperfine/hyperfine-1.12.0.ebuild b/app-benchmarks/hyperfine/hyperfine-1.12.0.ebuild index 57db3305c0d3..3b8a58be0553 100644 --- a/app-benchmarks/hyperfine/hyperfine-1.12.0.ebuild +++ b/app-benchmarks/hyperfine/hyperfine-1.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -104,7 +104,7 @@ SRC_URI="https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 Boost-1.0 ISC MIT MPL-2.0 Unlicense" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" QA_FLAGS_IGNORED="usr/bin/${PN}" |