summaryrefslogtreecommitdiff
path: root/app-vim/vim-misc/vim-misc-1.17.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/vim-misc/vim-misc-1.17.6.ebuild')
-rw-r--r--app-vim/vim-misc/vim-misc-1.17.6.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-vim/vim-misc/vim-misc-1.17.6.ebuild b/app-vim/vim-misc/vim-misc-1.17.6.ebuild
index 10ce26e479ee..1a5c531eb7d6 100644
--- a/app-vim/vim-misc/vim-misc-1.17.6.ebuild
+++ b/app-vim/vim-misc/vim-misc-1.17.6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit vim-plugin
@@ -15,4 +15,5 @@ VIM_PLUGIN_HELPFILES="misc.txt"
src_prepare() {
rm INSTALL.md addon-info.json autoload/xolox/misc/echo.exe || die
+ default
}