Diff solaar-1.1.8-r1 with a solaar-1.1.9

/usr/portage/app-misc/solaar/solaar-1.1.9.ebuild 2024-07-02 13:51:43.853851454 +0300
1 1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7 7
DISTUTILS_SINGLE_IMPL=1
8
PYTHON_COMPAT=( python3_{10..11} )
8
PYTHON_COMPAT=( python3_{10..12} )
9 9

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

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

  
Thank you!