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 <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2021-05-30 22:29:14 +01:00
parent a675866ddf
commit db87a0cd86

View File

@@ -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}"