Diff polychromatic-0.9.7 with a polychromatic-9999

/usr/portage/sys-apps/polychromatic/polychromatic-9999.ebuild 2026-08-03 20:03:05.120968020 +0300
13 13

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

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

  
22
	KEYWORDS="amd64"
20
	KEYWORDS="~amd64"
23 21
fi
24 22

  
25 23
LICENSE="GPL-3+"
Thank you!