diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-05-31 22:41:09 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-05-31 22:49:33 +0100 |
commit | 2e44d515fc71a5850537d4d4779e9178b0d310cb (patch) | |
tree | 13313b01254877da8bf7a41ce1b169ee7b13ee3c /sys-apps/the_silver_searcher | |
parent | dev-util/cram: keyword for riscv (diff) | |
download | gentoo-2e44d515fc71a5850537d4d4779e9178b0d310cb.tar.gz gentoo-2e44d515fc71a5850537d4d4779e9178b0d310cb.tar.bz2 gentoo-2e44d515fc71a5850537d4d4779e9178b0d310cb.zip |
sys-apps/the_silver_searcher: keyword for riscv
Builds, tests and installs fine.
Checked on a BeagleV Starlight.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-apps/the_silver_searcher')
-rw-r--r-- | sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217.ebuild index 1094502e22e0..d91cc784c825 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ggreer/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux" IUSE="lzma test zlib" RESTRICT="!test? ( test )" |