Diff openrazer-3.12.3 with a openrazer-3.12.4

/usr/portage/sys-apps/openrazer/openrazer-3.12.4.ebuild 2026-07-15 20:03:04.611318922 +0300
14 14

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

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

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

  
26 24
LICENSE="GPL-2+"
......
66 64

  
67 65
python_compile() {
68 66
	cd "${S}/daemon" || die
69

  
70 67
	distutils_pep517_install "${BUILD_DIR}/install"
71 68

  
72 69
	if use client ; then
73 70
		cd "${S}/pylib" || die
74

  
75 71
		distutils_pep517_install "${BUILD_DIR}/install"
76 72
	fi
77 73
}
Thank you!