Diff fugitive-3.4 with a fugitive-3.7

/usr/portage/app-vim/fugitive/fugitive-3.7.ebuild 2024-07-02 13:51:43.897851455 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5

  
5 6
inherit vim-plugin
6 7

  
7 8
if [[ ${PV} == 9999 ]]; then
......
15 16

  
16 17
DESCRIPTION="vim plugin: a git wrapper for vim"
17 18
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/"
19

  
18 20
LICENSE="vim"
21
SLOT="0"
19 22

  
20 23
VIM_PLUGIN_HELPFILES="${PN}.txt"
21 24

  
Thank you!