Diff solaar-1.1.14-r1 with a solaar-9999

/usr/portage/app-misc/solaar/solaar-9999.ebuild 2025-10-31 18:18:06.296767067 +0300
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7
PYTHON_COMPAT=( python3_{10..13} )
7
PYTHON_COMPAT=( python3_{10..14} )
8 8

  
9 9
inherit linux-info udev xdg distutils-r1
10 10

  
......
15 15
	EGIT_REPO_URI="https://github.com/pwr-Solaar/Solaar"
16 16
else
17 17
	SRC_URI="https://github.com/pwr-Solaar/Solaar/archive/${PV/_rc/rc}.tar.gz -> ${P/_rc/rc}.tar.gz"
18
	KEYWORDS="amd64 ~arm ~arm64 x86"
18
	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
19 19
	S="${WORKDIR}"/Solaar-${PV/_rc/rc}
20 20
fi
21 21

  
......
92 92
		tests/logitech_receiver/test_desktop_notifications.py::test_show
93 93
		tests/solaar/ui/test_desktop_notifications.py::test_notifications_available
94 94
		tests/solaar/ui/test_desktop_notifications.py::test_init
95
		tests/solaar/ui/test_desktop_notifications.py::test_show
95 96
	)
96 97

  
97 98
	distutils-r1_python_test
Thank you!