From 0ce238ac471e5d87f19e58d9db40e6bd9db0de46 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 30 May 2022 19:51:14 +0500 Subject: [PATCH] app-vim/python-syntax: update EAPI 7 -> 8 Signed-off-by: Anna (cybertailor) Vyalkova --- app-vim/python-syntax/python-syntax-20201215.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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 -}