aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-05-30 19:51:14 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-05-30 22:46:35 +0500
commit0ce238ac471e5d87f19e58d9db40e6bd9db0de46 (patch)
treeeb65739113ce1da172cb1eac13661f868faae835
parentapp-vim/openbsd-style: update EAPI 7 -> 8 (diff)
downloadguru-0ce238ac.tar.gz
guru-0ce238ac.tar.bz2
guru-0ce238ac.zip
app-vim/python-syntax: update EAPI 7 -> 8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r--app-vim/python-syntax/python-syntax-20201215.ebuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/app-vim/python-syntax/python-syntax-20201215.ebuild b/app-vim/python-syntax/python-syntax-20201215.ebuild
index 68ef8ac20..1988df167 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
-}