Diff osm-2.5 with a osm-9999

/usr/portage/app-emacs/osm/osm-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 ~x86"
20 22
fi
21 23

  
Thank you!