summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-12 23:36:36 +0100
committerSam James <sam@gentoo.org>2021-07-12 23:36:36 +0100
commit0581d35505faf5f193b05e7fe27b3f5155c97eb8 (patch)
tree92defe143623f845325f6b292e7a177164b31fc9 /dev-libs/tree-sitter
parentdev-python/sqlalchemy: Stabilize 1.4.18 amd64, #801844 (diff)
downloadgentoo-0581d35505faf5f193b05e7fe27b3f5155c97eb8.tar.gz
gentoo-0581d35505faf5f193b05e7fe27b3f5155c97eb8.tar.bz2
gentoo-0581d35505faf5f193b05e7fe27b3f5155c97eb8.zip
dev-libs/tree-sitter: Stabilize 0.20.0 amd64, #801850
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.20.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild b/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild
index 5bd3990cffce..c833c07faff4 100644
--- a/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild
+++ b/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://github.com/${PN}/${PN}"
else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86"
fi
LICENSE="MIT"