summaryrefslogtreecommitdiff
path: root/app-vim/supertab/supertab-2.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/supertab/supertab-2.1.ebuild')
-rw-r--r--app-vim/supertab/supertab-2.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-vim/supertab/supertab-2.1.ebuild b/app-vim/supertab/supertab-2.1.ebuild
index cef7dfb0d3db..deaa6bd8831d 100644
--- a/app-vim/supertab/supertab-2.1.ebuild
+++ b/app-vim/supertab/supertab-2.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# 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="${PN}.txt"
src_prepare() {
rm Makefile .gitignore || die
+ default
}