diff options
author | 2024-04-14 20:32:58 +0300 | |
---|---|---|
committer | 2024-04-14 20:32:58 +0300 | |
commit | cfc0407e2e166b4d965e50abced2062dc36fc9dc (patch) | |
tree | 766c13661bdf23fe497eafd2afba94c1894e1c55 /dev-libs/tree-sitter | |
parent | dev-util/tree-sitter-cli: Stabilize 0.22.2 ppc, #930023 (diff) | |
download | gentoo-cfc0407e2e166b4d965e50abced2062dc36fc9dc.tar.gz gentoo-cfc0407e2e166b4d965e50abced2062dc36fc9dc.tar.bz2 gentoo-cfc0407e2e166b4d965e50abced2062dc36fc9dc.zip |
dev-libs/tree-sitter: Stabilize 0.22.2 ppc, #930023
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter')
-rw-r--r-- | dev-libs/tree-sitter/tree-sitter-0.22.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/tree-sitter/tree-sitter-0.22.2.ebuild b/dev-libs/tree-sitter/tree-sitter-0.22.2.ebuild index fd65295499a8..6cd378b06a87 100644 --- a/dev-libs/tree-sitter/tree-sitter-0.22.2.ebuild +++ b/dev-libs/tree-sitter/tree-sitter-0.22.2.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/${PN}/${PN}" else SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" fi LICENSE="MIT" |