app-vim/rainbow: update EAPI 7 -> 8

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-05-30 19:56:20 +05:00
parent 3c9c914463
commit 1d5cc7cea0

View File

@@ -1,7 +1,7 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit readme.gentoo-r1 vim-plugin
@@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86"
VIM_PLUGIN_HELPFILES="rainbow"
src_install() {
rm -r tests || die
vim-plugin_src_install
readme.gentoo_create_doc
}