Diff gundo-2.6.2-r3 with a gundo-2.6.2-r4

/usr/portage/app-vim/gundo/gundo-2.6.2-r4.ebuild 2024-12-25 14:59:47.763270056 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2024 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
PYTHON_COMPAT=( python3_{9..10} )
6
PYTHON_COMPAT=( python3_{10..12} )
7 7

  
8 8
inherit vim-plugin python-single-r1 vcs-snapshot
9 9

  
......
12 12
SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.bz2 -> ${P}.tar.bz2"
13 13

  
14 14
LICENSE="GPL-2+"
15
KEYWORDS="amd64 x86 ~x64-macos"
15
KEYWORDS="~amd64 ~x86 ~x64-macos"
16 16
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
17 17

  
18 18
RDEPEND="
Thank you!