Diff redis-7.0.5-r1 with a redis-7.0.9

/usr/portage/dev-db/redis/redis-7.0.9.ebuild 2023-10-09 14:52:29.336368346 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
14 14

  
15 15
LICENSE="BSD"
16 16
SLOT="0"
17
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
17
KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
18 18
IUSE="+jemalloc selinux ssl systemd tcmalloc test"
19 19
RESTRICT="!test? ( test )"
20 20

  
......
53 53
	"${FILESDIR}"/${PN}-6.2.3-ppc-atomic.patch
54 54
	"${FILESDIR}"/${PN}-sentinel-5.0-config.patch
55 55
	"${FILESDIR}"/${PN}-7.0.4-no-which.patch
56
	"${FILESDIR}"/${PN}-7.0.4-replica-tests-fix.patch
57

  
58
	# see bug 877863
59
	"${FILESDIR}/${PN}-7.0.5-cve-2022-3647.patch"
60 56
)
61 57

  
62 58
src_prepare() {
Thank you!