diff options
author | Sam James <sam@gentoo.org> | 2021-02-24 19:22:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-24 19:22:31 +0000 |
commit | 02f85942fb5d003e4673d752847b9f8b7cab042f (patch) | |
tree | 49fb7aba9c3a50a1135cffdcad420959e9f75123 /dev-python/tree-sitter | |
parent | dev-util/github-cli: 1.6.2 bump (diff) | |
download | gentoo-02f85942fb5d003e4673d752847b9f8b7cab042f.tar.gz gentoo-02f85942fb5d003e4673d752847b9f8b7cab042f.tar.bz2 gentoo-02f85942fb5d003e4673d752847b9f8b7cab042f.zip |
dev-python/tree-sitter: Keyword 0.2.1 arm64, #768126
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/tree-sitter')
-rw-r--r-- | dev-python/tree-sitter/tree-sitter-0.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tree-sitter/tree-sitter-0.2.1.ebuild b/dev-python/tree-sitter/tree-sitter-0.2.1.ebuild index e9a8bfb79818..9f91d8ee2512 100644 --- a/dev-python/tree-sitter/tree-sitter-0.2.1.ebuild +++ b/dev-python/tree-sitter/tree-sitter-0.2.1.ebuild @@ -15,6 +15,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" S="${WORKDIR}/${MY_P}" |