diff options
author | Sam James <sam@gentoo.org> | 2024-07-04 19:42:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-04 19:42:53 +0100 |
commit | 79c5b28cf5e97f01a1b55696e7d74b2367287572 (patch) | |
tree | 778f5fd510615b2ab6cb7da19fe7e559edca3d62 /dev-libs/tree-sitter | |
parent | dev-util/wayland-scanner: Stabilize 1.23.0 ppc64, #935492 (diff) | |
download | gentoo-79c5b28cf5e97f01a1b55696e7d74b2367287572.tar.gz gentoo-79c5b28cf5e97f01a1b55696e7d74b2367287572.tar.bz2 gentoo-79c5b28cf5e97f01a1b55696e7d74b2367287572.zip |
dev-libs/tree-sitter: Stabilize 0.22.6 ppc64, #935493
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter')
-rw-r--r-- | dev-libs/tree-sitter/tree-sitter-0.22.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/tree-sitter/tree-sitter-0.22.6.ebuild b/dev-libs/tree-sitter/tree-sitter-0.22.6.ebuild index 178a494dffc9..e3d6df20f5ee 100644 --- a/dev-libs/tree-sitter/tree-sitter-0.22.6.ebuild +++ b/dev-libs/tree-sitter/tree-sitter-0.22.6.ebuild @@ -12,7 +12,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" |