Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: plugin/
Date: Fri, 16 Jul 2021 15:30:43
Message-Id: 1626448233.699403207695d0810a3744d9ae87d51f7ca3ce0b.mgorny@gentoo
1 commit: 699403207695d0810a3744d9ae87d51f7ca3ce0b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 16 15:10:33 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 15:10:33 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=69940320
7
8 newebuild: Default to EAPI 8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 plugin/newebuild.vim | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim
16 index 8378fab..7c5f46a 100644
17 --- a/plugin/newebuild.vim
18 +++ b/plugin/newebuild.vim
19 @@ -56,7 +56,7 @@ fun! <SID>MakeNewEbuild()
20 nohls
21 " }}}
22 else
23 - put ='EAPI=7'
24 + put ='EAPI=8'
25 put =''
26 if l:category ==# "acct-group"
27 " {{{ acct-group special setup