Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/the_silver_searcher/
Date: Mon, 31 May 2021 21:49:47
Message-Id: 1622497773.2e44d515fc71a5850537d4d4779e9178b0d310cb.marecki@gentoo
1 commit: 2e44d515fc71a5850537d4d4779e9178b0d310cb
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 21:41:09 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 21:49:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e44d515
7
8 sys-apps/the_silver_searcher: keyword for riscv
9
10 Builds, tests and installs fine.
11
12 Checked on a BeagleV Starlight.
13
14 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
15
16 sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 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
20 index 1094502e22e..d91cc784c82 100644
21 --- a/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217.ebuild
22 +++ b/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217.ebuild
23 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ggreer/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
24
25 LICENSE="Apache-2.0"
26 SLOT="0"
27 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux"
28 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux"
29 IUSE="lzma test zlib"
30 RESTRICT="!test? ( test )"