aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-01-27 14:16:41 +0100
committerTim Harder <radhermit@gentoo.org>2016-03-05 18:31:09 -0500
commit0633017890ed4e47b7e551ef430716a9cfda6973 (patch)
tree470ef4c0242450b009c0e58d707aea4e5decd581
parentnewebuild: Include PYTHON_COMPAT for python ebuilds by default (diff)
downloadgentoo-syntax-0633017890ed4e47b7e551ef430716a9cfda6973.tar.gz
gentoo-syntax-0633017890ed4e47b7e551ef430716a9cfda6973.tar.bz2
gentoo-syntax-0633017890ed4e47b7e551ef430716a9cfda6973.zip
newebuild: Use EAPI=6 by default
-rw-r--r--plugin/newebuild.vim2
1 files changed, 1 insertions, 1 deletions
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