Diff osm-2.2 with a osm-9999

/usr/portage/app-emacs/osm/osm-9999.ebuild 2026-05-27 19:17:04.532304500 +0300
18 18
	SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
19 19
		-> ${P}.gh.tar.gz"
20 20

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

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

  
27 27
BDEPEND="
28 28
	>=app-editors/emacs-${NEED_EMACS}:*[jpeg,json(+),libxml2,png,svg]
29
	app-emacs/compat
29
	>=app-emacs/compat-31.0.0.1
30 30
"
31 31
RDEPEND="
32 32
	${BDEPEND}
Thank you!