Diff remmina-1.4.31 with a remmina-1.4.32

/usr/portage/net-misc/remmina/remmina-1.4.32.ebuild 2023-10-09 14:52:34.676368481 +0300
3 3

  
4 4
EAPI=8
5 5

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

  
8 8
inherit cmake optfeature python-single-r1 xdg
9 9

  
......
15 15

  
16 16
LICENSE="GPL-2+-with-openssl-exception"
17 17
SLOT="0"
18
KEYWORDS="amd64 ~arm64 ~riscv x86"
18
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
19 19
IUSE="+appindicator crypt cups examples keyring gvnc kwallet nls python spice ssh rdp vnc wayland webkit zeroconf"
20 20

  
21 21
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
......
71 71
}
72 72

  
73 73
src_prepare() {
74
	PATCHES+=( "${FILESDIR}"/${P}-REM-2981.patch ) #914851
74 75
	xdg_environment_reset
75 76
	cmake_src_prepare
76 77
}
Thank you!