Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gitgutter/
Date: Tue, 31 May 2022 23:46:23
Message-Id: 1654040766.e785dbb6fe91a13142a3ae5bbcf45dc491c443a6.sam@gentoo
1 commit: e785dbb6fe91a13142a3ae5bbcf45dc491c443a6
2 Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
3 AuthorDate: Mon May 30 14:44:05 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 23:46:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e785dbb6
7
8 app-vim/gitgutter: update EAPI 6 -> 8
9
10 Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
11 Closes: https://github.com/gentoo/gentoo/pull/25688
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-vim/gitgutter/gitgutter-99999999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-vim/gitgutter/gitgutter-99999999.ebuild b/app-vim/gitgutter/gitgutter-99999999.ebuild
18 index c6e8189f6a77..b69167bd9864 100644
19 --- a/app-vim/gitgutter/gitgutter-99999999.ebuild
20 +++ b/app-vim/gitgutter/gitgutter-99999999.ebuild
21 @@ -1,7 +1,7 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=8
28 inherit vim-plugin
29
30 if [[ ${PV} == 9999* ]]; then