diff options
author | Sam James <sam@gentoo.org> | 2021-03-02 04:37:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-02 04:37:50 +0000 |
commit | 5314fc8809762f024f73cc5988f006975ede9776 (patch) | |
tree | 7893737f0377acd2b524b25c88bf4d528fabe5ba /dev-python/tree-sitter | |
parent | sys-apps/pkgcore: Stabilize 0.11.2 ppc64, #773904 (diff) | |
download | gentoo-5314fc8809762f024f73cc5988f006975ede9776.tar.gz gentoo-5314fc8809762f024f73cc5988f006975ede9776.tar.bz2 gentoo-5314fc8809762f024f73cc5988f006975ede9776.zip |
dev-python/tree-sitter: Stabilize 0.2.1 ppc64, #773904
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 9f91d8ee2512..c7bb89500d87 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 ~arm64 ~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}" |