diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-02-10 16:10:27 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-02-10 16:13:02 +0800 |
commit | e37a3560f2260e80bd44507ddb2208c6f20734ca (patch) | |
tree | 0f3700807cbdc2ac9ea89cd4fc07772d077191f5 /app-benchmarks | |
parent | www-client/opera: remove old (diff) | |
download | gentoo-e37a3560f2260e80bd44507ddb2208c6f20734ca.tar.gz gentoo-e37a3560f2260e80bd44507ddb2208c6f20734ca.tar.bz2 gentoo-e37a3560f2260e80bd44507ddb2208c6f20734ca.zip |
app-benchmarks/stress: keyword ~riscv, #833006
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/stress/stress-1.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/stress/stress-1.0.5.ebuild b/app-benchmarks/stress/stress-1.0.5.ebuild index adc0493fb5ba..e778fb60435a 100644 --- a/app-benchmarks/stress/stress-1.0.5.ebuild +++ b/app-benchmarks/stress/stress-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" IUSE="static" src_prepare() { |