diff options
author | Sam James <sam@gentoo.org> | 2021-03-28 01:12:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-28 01:14:01 +0000 |
commit | 115f4073cdf019a1efea5c88da3f7e64a6c15a74 (patch) | |
tree | 691f14bb97c0aa805466d1f00908e27366cc5ce4 /dev-python/tree-sitter/tree-sitter-0.19.0.ebuild | |
parent | sys-apps/pkgcore: Stabilize 0.11.4-r2 arm64, #776913 (diff) | |
download | gentoo-115f4073cdf019a1efea5c88da3f7e64a6c15a74.tar.gz gentoo-115f4073cdf019a1efea5c88da3f7e64a6c15a74.tar.bz2 gentoo-115f4073cdf019a1efea5c88da3f7e64a6c15a74.zip |
dev-python/tree-sitter: Stabilize 0.19.0 arm64, #776913
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/tree-sitter/tree-sitter-0.19.0.ebuild')
-rw-r--r-- | dev-python/tree-sitter/tree-sitter-0.19.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 f17fb4bb2f48..cd0ed08127c9 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 ~s390 sparc x86 ~x64-macos" S="${WORKDIR}/${MY_P}" |