Diff xpra-html5-6.1 with a xpra-html5-8.1

/usr/portage/www-apps/xpra-html5/xpra-html5-8.1.ebuild 2023-10-09 14:52:35.884368511 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9,10,11} )
6
PYTHON_COMPAT=( python3_{9..12} )
7 7
inherit python-any-r1
8 8

  
9 9
DESCRIPTION="HTML5 client to connect to any xpra server"
......
12 12

  
13 13
LICENSE="MPL-2.0"
14 14
SLOT="0"
15
KEYWORDS="amd64 x86"
15
KEYWORDS="~amd64 ~x86"
16 16
IUSE="brotli +gzip minify"
17 17

  
18 18
BDEPEND="
Thank you!