diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2022-05-30 16:44:05 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-01 00:46:06 +0100 |
commit | e785dbb6fe91a13142a3ae5bbcf45dc491c443a6 (patch) | |
tree | 5a72f84ff6683c517756510dbc8675bb0a366418 /app-vim/gitgutter | |
parent | app-vim/gitgutter: add 20220524 (diff) | |
download | gentoo-e785dbb6fe91a13142a3ae5bbcf45dc491c443a6.tar.gz gentoo-e785dbb6fe91a13142a3ae5bbcf45dc491c443a6.tar.bz2 gentoo-e785dbb6fe91a13142a3ae5bbcf45dc491c443a6.zip |
app-vim/gitgutter: update EAPI 6 -> 8
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Closes: https://github.com/gentoo/gentoo/pull/25688
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-vim/gitgutter')
-rw-r--r-- | app-vim/gitgutter/gitgutter-99999999.ebuild | 4 |
1 files 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 |