Сравнение osm-2.2 с osm-2.5

/usr/portage/app-emacs/osm/osm-2.5.ebuild 2026-08-05 20:03:07.584587442 +0300
12 12

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

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

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

  
24 22
LICENSE="GPL-3+"
......
26 24

  
27 25
BDEPEND="
28 26
	>=app-editors/emacs-${NEED_EMACS}:*[jpeg,json(+),libxml2,png,svg]
29
	app-emacs/compat
27
	>=app-emacs/compat-31.0.0.1
30 28
"
31 29
RDEPEND="
32 30
	${BDEPEND}
Спасибо!