diff --git a/app-vim/python-syntax/python-syntax-20201215.ebuild b/app-vim/python-syntax/python-syntax-20201215.ebuild index 68ef8ac202..1988df167d 100644 --- a/app-vim/python-syntax/python-syntax-20201215.ebuild +++ b/app-vim/python-syntax/python-syntax-20201215.ebuild @@ -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 @@ -16,11 +16,3 @@ KEYWORDS="~amd64 ~x86" VIM_PLUGIN_HELPFILES="python-syntax.txt" DOCS=( AUTHORS README.md ) - -src_install() { - einstalldocs - - insinto /usr/share/vim/vimfiles/ - doins -r doc - doins -r syntax -}