Diff pecl-redis-5.3.6 with a pecl-redis-5.3.7-r1

/usr/portage/dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild 2023-10-09 14:52:30.236368369 +0300
4 4
EAPI=8
5 5

  
6 6
PHP_EXT_NAME="redis"
7
USE_PHP="php8-0 php8-1"
7
USE_PHP="php8-0 php8-1 php8-2"
8 8
PHP_EXT_NEEDED_USE="json(+)?,session(-)?"
9 9
DOCS=( arrays.markdown cluster.markdown README.markdown CREDITS )
10 10
MY_P="${PN/pecl-/}-${PV/_rc/RC}"
......
16 16
DESCRIPTION="PHP extension for interfacing with Redis"
17 17
LICENSE="PHP-3.01"
18 18
SLOT="0"
19
KEYWORDS="amd64 ~arm"
19
KEYWORDS="amd64 ~arm ~arm64"
20 20
IUSE="igbinary +json lz4 +session zstd"
21 21

  
22 22
DEPEND="
23
	igbinary? ( >=dev-php/igbinary-3.0.1-r1[php_targets_php8-0(-)?,php_targets_php8-1(-)?] )
23
	igbinary? ( >=dev-php/igbinary-3.0.1-r1[php_targets_php8-0(-)?,php_targets_php8-1(-)?,php_targets_php8-2(-)?] )
24 24
	lz4? ( app-arch/lz4:= )
25 25
	zstd? ( app-arch/zstd:= )
26 26
"
Thank you!