commit: e785dbb6fe91a13142a3ae5bbcf45dc491c443a6 Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz> AuthorDate: Mon May 30 14:44:05 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 31 23:46:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e785dbb6
app-vim/gitgutter: update EAPI 6 -> 8 Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz> Closes: https://github.com/gentoo/gentoo/pull/25688 Signed-off-by: Sam James <sam <AT> gentoo.org> app-vim/gitgutter/gitgutter-99999999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/gitgutter/gitgutter-99999999.ebuild b/app-vim/gitgutter/gitgutter-99999999.ebuild index c6e8189f6a77..b69167bd9864 100644 --- a/app-vim/gitgutter/gitgutter-99999999.ebuild +++ b/app-vim/gitgutter/gitgutter-99999999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit vim-plugin if [[ ${PV} == 9999* ]]; then
