Diff streamlink-6.0.1 with a streamlink-6.1.0

/usr/portage/net-misc/streamlink/streamlink-6.1.0.ebuild 2023-10-09 14:52:34.708368482 +0300
19 19

  
20 20
if [[ ${PV} != 9999* ]]; then
21 21
	SRC_URI="https://github.com/streamlink/${PN}/releases/download/${PV}/${P}.tar.gz"
22
	KEYWORDS="~amd64 ~arm64 ~x86"
22
	KEYWORDS="amd64 ~arm ~arm64 ~x86"
23 23
fi
24 24

  
25 25
LICENSE="BSD-2 Apache-2.0"
Thank you!