diff options
Diffstat (limited to 'app-vim/snipmate')
-rw-r--r-- | app-vim/snipmate/snipmate-0.87-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-vim/snipmate/snipmate-0.87-r1.ebuild b/app-vim/snipmate/snipmate-0.87-r1.ebuild index 4397b174c5a4..51acbd7d6983 100644 --- a/app-vim/snipmate/snipmate-0.87-r1.ebuild +++ b/app-vim/snipmate/snipmate-0.87-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit vim-plugin @@ -26,4 +26,5 @@ VIM_PLUGIN_MESSAGES="filetype" src_prepare() { rm addon-info.json || die + default } |