Diff screen-4.9.0-r2 with a screen-4.9.0-r3

/usr/portage/app-misc/screen/screen-4.9.0-r3.ebuild 2023-10-09 14:52:28.820368333 +0300
10 10

  
11 11
if [[ ${PV} != 9999 ]] ; then
12 12
	SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
13
	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
13
	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
14 14
else
15 15
	inherit git-r3
16 16
	EGIT_REPO_URI="https://git.savannah.gnu.org/git/screen.git"
......
36 36
	"${FILESDIR}"/${PN}-4.6.2-utmp-exit.patch
37 37
	"${FILESDIR}"/${PN}-4.9.0-configure-implicit-function-decls.patch
38 38
	"${FILESDIR}"/${P}-CVE-2023-24626.patch
39
	"${FILESDIR}"/${PN}-4.9.0-clang16-chmod.patch
39 40
)
40 41

  
41 42
src_prepare() {
Thank you!