dev-libs/tree-sitter: Sync with Gentoo

It's from Gentoo commit 43872e1832526b794879e7ba625416951f03cc5d.
This commit is contained in:
Flatcar Buildbot 2025-05-05 07:07:07 +00:00 committed by Krzesimir Nowak
parent 8a61946098
commit db05373d19

View File

@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://github.com/${PN}/${PN}" EGIT_REPO_URI="https://github.com/${PN}/${PN}"
else else
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" 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 fi
LICENSE="MIT" LICENSE="MIT"