diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-10-23 22:58:51 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-10-26 21:52:30 +0200 |
commit | a579aa74727d55be92c7450884a23e2f9ef03f11 (patch) | |
tree | 761a49d2d13d96626d65814694bde8c78bc82d9d /dev-php | |
parent | dev-php/pecl-redis: add php8-2 support (diff) | |
download | gentoo-a579aa74727d55be92c7450884a23e2f9ef03f11.tar.gz gentoo-a579aa74727d55be92c7450884a23e2f9ef03f11.tar.bz2 gentoo-a579aa74727d55be92c7450884a23e2f9ef03f11.zip |
dev-php/pecl-redis: drop php7-3
Dropping php7-3, as it got removed from tree.
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-redis/pecl-redis-5.3.6.ebuild | 4 | ||||
-rw-r--r-- | dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/pecl-redis/pecl-redis-5.3.6.ebuild b/dev-php/pecl-redis/pecl-redis-5.3.6.ebuild index 8b0fdebbfc3d..d2e0f4804db5 100644 --- a/dev-php/pecl-redis/pecl-redis-5.3.6.ebuild +++ b/dev-php/pecl-redis/pecl-redis-5.3.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 PHP_EXT_NAME="redis" -USE_PHP="php7-3 php7-4 php8-0 php8-1" +USE_PHP="php7-4 php8-0 php8-1" PHP_EXT_NEEDED_USE="json(+)?,session(-)?" DOCS=( arrays.markdown cluster.markdown README.markdown CREDITS ) MY_P="${PN/pecl-/}-${PV/_rc/RC}" @@ -20,7 +20,7 @@ KEYWORDS="amd64 ~arm" IUSE="igbinary +json lz4 +session zstd" DEPEND=" - igbinary? ( >=dev-php/igbinary-3.0.1-r1[php_targets_php7-3(-)?,php_targets_php7-4(-)?,php_targets_php8-0(-)?,php_targets_php8-1(-)?] ) + igbinary? ( >=dev-php/igbinary-3.0.1-r1[php_targets_php7-4(-)?,php_targets_php8-0(-)?,php_targets_php8-1(-)?] ) lz4? ( app-arch/lz4:= ) zstd? ( app-arch/zstd:= ) " diff --git a/dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild b/dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild index 812b2b151f1f..3c1ac592ec02 100644 --- a/dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild +++ b/dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~arm64" IUSE="igbinary +json lz4 +session zstd" DEPEND=" - igbinary? ( >=dev-php/igbinary-3.0.1-r1[php_targets_php7-4(-)?,php_targets_php8-0(-)?,php_targets_php8-1(-)?],php_targets_php8-2(-)?] ) + igbinary? ( >=dev-php/igbinary-3.0.1-r1[php_targets_php7-4(-)?,php_targets_php8-0(-)?,php_targets_php8-1(-)?,php_targets_php8-2(-)?] ) lz4? ( app-arch/lz4:= ) zstd? ( app-arch/zstd:= ) " |