Diff minibufexpl-6.5.2 with a minibufexpl-6.5.2-r1

/usr/portage/app-vim/minibufexpl/minibufexpl-6.5.2-r1.ebuild 2023-10-09 14:52:28.912368336 +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

  
......
9 9
DESCRIPTION="vim plugin: easily switch between buffers"
10 10
HOMEPAGE="https://github.com/fholgado/minibufexpl.vim"
11 11
SRC_URI="https://github.com/fholgado/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12
S="${WORKDIR}/${MY_PN}-${PV}"
13

  
12 14
LICENSE="bufexplorer.vim"
13
KEYWORDS="amd64 ~mips ppc x86"
15
KEYWORDS="~amd64 ~mips ~ppc ~x86"
14 16

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

  
17
S=${WORKDIR}/${MY_PN}-${PV}
Thank you!