Install this version:
emerge -a =app-vim/tex-conceal-20210409
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-vim/tex-conceal-20210409
Or alternatively:
emerge --autounmask-write -a =app-vim/tex-conceal-20210409
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vim-plugin
COMMIT="822712d80b4ad5bc5c241ab0a778ede812ec501f"
DESCRIPTION="vim plugin: extends the Conceal feature for LaTeX"
HOMEPAGE="https://github.com/KeitaNakamura/tex-conceal.vim"
SRC_URI="https://github.com/KeitaNakamura/${PN}.vim/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}.vim-${COMMIT}"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tex-conceal-20210409.tar.gz | 1104236 bytes | https://github.com/KeitaNakamura/tex-conceal.vim/archive/822712d80b4ad5bc5c241ab0a778ede812ec501f.tar.gz |