Сравнение corfu-2.13 с corfu-9999

/usr/portage/app-emacs/corfu/corfu-9999.ebuild 2026-05-27 19:17:04.532304500 +0300
12 12

  
13 13
if [[ "${PV}" == *9999* ]] ; then
14 14
	inherit git-r3
15

  
15 16
	EGIT_REPO_URI="https://github.com/minad/${PN}"
16 17
else
17 18
	SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
18 19
		-> ${P}.gh.tar.gz"
20

  
19 21
	KEYWORDS="~amd64 ~arm64 ~x86"
20 22
fi
21 23

  
......
23 25
SLOT="0"
24 26

  
25 27
RDEPEND="
26
	>=app-emacs/compat-31.0
28
	>=app-emacs/compat-31.0.0.1
27 29
"
28 30
BDEPEND="
29 31
	${RDEPEND}
30 32
"
31 33

  
32
DOCS=( NEWS.org README.org )
34
DOCS=( CHANGELOG.org README.org )
33 35
SITEFILE="50${PN}-gentoo.el"
34 36

  
35 37
src_prepare() {
Спасибо!