mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 21:47:44 +00:00
Test failures in 3.0.0 was fixed in upstream by
59c539286e
and are part of 3.0.1 release
Closes: https://bugs.gentoo.org/941269
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Part-of: https://github.com/gentoo/gentoo/pull/44702
Closes: https://github.com/gentoo/gentoo/pull/44702
Signed-off-by: Sam James <sam@gentoo.org>
16 lines
437 B
Bash
16 lines
437 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
TS_BINDINGS=( python )
|
|
|
|
inherit tree-sitter-grammar
|
|
|
|
DESCRIPTION="Vimdoc grammar for Tree-sitter"
|
|
HOMEPAGE="https://github.com/neovim/tree-sitter-vimdoc"
|
|
SRC_URI="https://github.com/neovim/tree-sitter-vimdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
|