From db87a0cd86f84b830c189155ac722bd2e8cba8f3 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Sun, 30 May 2021 22:29:14 +0100 Subject: dev-python/tree-sitter: keyword for riscv Builds and installs fine. ebuild has no test phase but having manually pulled the test fixtures from GitHub, all tests pass. Checked on a BeagleV Starlight. Signed-off-by: Marek Szuba --- dev-python/tree-sitter/tree-sitter-0.19.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/tree-sitter') diff --git a/dev-python/tree-sitter/tree-sitter-0.19.0.ebuild b/dev-python/tree-sitter/tree-sitter-0.19.0.ebuild index cd0ed08127c9..3e348d16eed9 100644 --- a/dev-python/tree-sitter/tree-sitter-0.19.0.ebuild +++ b/dev-python/tree-sitter/tree-sitter-0.19.0.ebuild @@ -15,6 +15,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> py-${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" S="${WORKDIR}/${MY_P}" -- cgit v1.2.3-65-gdbad