diff options
author | Ye Cao <ye.c@rioslab.org> | 2021-06-29 16:16:02 +0800 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-02 13:21:47 +0100 |
commit | b7b65e135bb9536c2cbfbf8993cb7b471789d1ed (patch) | |
tree | de786d97a0ce0f0b6f6cf7babdaebd0fd3f37ac3 /dev-cpp | |
parent | dev-cpp/gflags: add ~riscv keyword (diff) | |
download | gentoo-b7b65e135bb9536c2cbfbf8993cb7b471789d1ed.tar.gz gentoo-b7b65e135bb9536c2cbfbf8993cb7b471789d1ed.tar.bz2 gentoo-b7b65e135bb9536c2cbfbf8993cb7b471789d1ed.zip |
dev-cpp/benchmark: add ~riscv keyword
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ye Cao <ye.c@rioslab.org>
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/benchmark/benchmark-1.5.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/benchmark/benchmark-1.5.5.ebuild b/dev-cpp/benchmark/benchmark-1.5.5.ebuild index 1463b00dc41b..fc246f0b80a0 100644 --- a/dev-cpp/benchmark/benchmark-1.5.5.ebuild +++ b/dev-cpp/benchmark/benchmark-1.5.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~riscv ~x86" IUSE="debug test" RESTRICT="!test? ( test )" |