Install this version:
emerge -a =app-vim/vala-syntax-20200502
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-vim/vala-syntax-20200502
Or alternatively:
emerge --autounmask-write -a =app-vim/vala-syntax-20200502
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20200502 | 8 | ~amd64 |
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vim-plugin
MY_PN="vala.vim"
COMMIT="ce569e187bf8f9b506692ef08c10b584595f8e2d"
DESCRIPTION="vim plugin: vala language support"
HOMEPAGE="https://github.com/vala-lang/vala.vim https://wiki.gnome.org/Projects/Vala/Vim"
SRC_URI="https://github.com/vala-lang/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
LICENSE="GPL-3"
KEYWORDS="~amd64"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vala-syntax-20200502.tar.gz | 22116 bytes | https://github.com/vala-lang/vala.vim/archive/ce569e187bf8f9b506692ef08c10b584595f8e2d.tar.gz |