diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-05-16 09:33:10 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-05-16 09:33:44 +0300 |
commit | e2d5f359b6d12af6c9e5f957b29a55ccd3028abb (patch) | |
tree | 5d54e8f23c745af2639745eafa7f564dfed57dc1 /dev-libs/tree-sitter | |
parent | profiles/arch/x86: mask net-libs/pjproject[webrtc] on x86 (diff) | |
download | gentoo-e2d5f359b6d12af6c9e5f957b29a55ccd3028abb.tar.gz gentoo-e2d5f359b6d12af6c9e5f957b29a55ccd3028abb.tar.bz2 gentoo-e2d5f359b6d12af6c9e5f957b29a55ccd3028abb.zip |
dev-libs/tree-sitter: Stabilize 0.20.8 amd64, #904828
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter')
-rw-r--r-- | dev-libs/tree-sitter/tree-sitter-0.20.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/tree-sitter/tree-sitter-0.20.8.ebuild b/dev-libs/tree-sitter/tree-sitter-0.20.8.ebuild index 689bc0e731a3..593dc60f9554 100644 --- a/dev-libs/tree-sitter/tree-sitter-0.20.8.ebuild +++ b/dev-libs/tree-sitter/tree-sitter-0.20.8.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" |