diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-27 23:50:52 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-27 23:50:52 +0300 |
commit | 253cafc668b0364c3f408d9db79be550af63c85d (patch) | |
tree | 11b06f7a5b986684faa80323621d6f4e448998a2 /dev-libs | |
parent | sys-apps/pkgcore: Stabilize 0.12.28 ppc64, #940349 (diff) | |
download | gentoo-253cafc668b0364c3f408d9db79be550af63c85d.tar.gz gentoo-253cafc668b0364c3f408d9db79be550af63c85d.tar.bz2 gentoo-253cafc668b0364c3f408d9db79be550af63c85d.zip |
dev-libs/tree-sitter: Stabilize 0.23.0 ppc64, #940349
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/tree-sitter/tree-sitter-0.23.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/tree-sitter/tree-sitter-0.23.0.ebuild b/dev-libs/tree-sitter/tree-sitter-0.23.0.ebuild index 507acc41d261..990c74971db8 100644 --- a/dev-libs/tree-sitter/tree-sitter-0.23.0.ebuild +++ b/dev-libs/tree-sitter/tree-sitter-0.23.0.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 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" fi LICENSE="MIT" |