Diff mosquitto-2.0.15-r1 with a mosquitto-2.0.17

/usr/portage/app-misc/mosquitto/mosquitto-2.0.17.ebuild 2023-10-09 14:52:28.808368333 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
PYTHON_COMPAT=( python3_{9..11} )
5
PYTHON_COMPAT=( python3_{10..12} )
6 6

  
7 7
inherit python-any-r1 systemd toolchain-funcs
8 8

  
......
12 12

  
13 13
LICENSE="EPL-1.0"
14 14
SLOT="0"
15
KEYWORDS="amd64 arm ~arm64 x86"
15
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
16 16
IUSE="bridge examples +persistence +srv ssl systemd tcpd test websockets"
17 17
RESTRICT="!test? ( test )"
18 18

  
Thank you!