commit:     0633017890ed4e47b7e551ef430716a9cfda6973
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 13:16:41 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 23:31:09 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=06330178

newebuild: Use EAPI=6 by default

 plugin/newebuild.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim
index 2f67e54..9bc5a6b 100644
--- a/plugin/newebuild.vim
+++ b/plugin/newebuild.vim
@@ -53,7 +53,7 @@ fun! <SID>MakeNewEbuild()
         nohls
         " }}}
     else
-        put ='EAPI=5'
+        put ='EAPI=6'
         put =''
         if l:category ==# "app-vim"
             " {{{ app-vim special setup

Reply via email to