commit: 699403207695d0810a3744d9ae87d51f7ca3ce0b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 15:10:33 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 15:10:33 2021 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=69940320
newebuild: Default to EAPI 8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
plugin/newebuild.vim | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim
index 8378fab..7c5f46a 100644
--- a/plugin/newebuild.vim
+++ b/plugin/newebuild.vim
@@ -56,7 +56,7 @@ fun! <SID>MakeNewEbuild()
nohls
" }}}
else
- put ='EAPI=7'
+ put ='EAPI=8'
put =''
if l:category ==# "acct-group"
" {{{ acct-group special setup