mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
app-vim/tex-conceal: update EAPI 7 -> 8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
4eb23f2a23
commit
dcf6205a10
@ -1,7 +1,7 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
@ -13,13 +13,3 @@ S="${WORKDIR}/${PN}.vim-${COMMIT}"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
rm -r test || die
|
||||
|
||||
# avoid collision with app-vim/vimtex
|
||||
cd after/syntax || die
|
||||
mkdir tex || die
|
||||
mv tex.vim tex/${PN}.vim
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user