Diff session-2.13.1 with a session-2.13.1-r1

/usr/portage/app-vim/session/session-2.13.1-r1.ebuild 2023-10-09 14:52:28.916368336 +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=6
4
EAPI=8
5 5

  
6 6
inherit vim-plugin
7 7

  
8 8
DESCRIPTION="vim plugin: extended session management for vim"
9
HOMEPAGE="http://peterodding.com/code/vim/session/"
9
HOMEPAGE="https://peterodding.com/code/vim/session/"
10 10
SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
11
S="${WORKDIR}/vim-${P}"
12

  
11 13
LICENSE="MIT"
12
KEYWORDS="amd64 x86"
14
KEYWORDS="~amd64 ~x86"
13 15

  
14 16
VIM_PLUGIN_HELPFILES="${PN}.txt"
15 17

  
16 18
RDEPEND=">=app-vim/vim-misc-1.17.6"
17

  
18
S=${WORKDIR}/vim-${P}
Thank you!