Diff airdcpp-webclient-2.11.4 with a airdcpp-webclient-2.12.1

/usr/portage/net-p2p/airdcpp-webclient/airdcpp-webclient-2.12.1.ebuild 2023-10-09 14:52:34.732368482 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( pypy3 python3_{9..11} )
6
PYTHON_COMPAT=( pypy3 python3_{10..12} )
7 7

  
8 8
inherit cmake python-any-r1 systemd
9 9

  
......
11 11
HOMEPAGE="https://airdcpp-web.github.io/"
12 12
SRC_URI="https://github.com/airdcpp-web/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
13 13

  
14
KEYWORDS="amd64 ~riscv x86"
14
KEYWORDS="~amd64 ~riscv ~x86"
15 15
LICENSE="GPL-2+"
16 16
SLOT="0"
17 17
IUSE="debug nat-pmp +tbb +webui"
Thank you!