diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 07:44:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 07:44:47 +0000 |
commit | ca5629b65645f562c51790271e8444f6624d6728 (patch) | |
tree | 1387c38a977524aa61a69048adbe09d837b6c530 /dev-php/pecl-redis | |
parent | dev-php/pecl-uploadprogress: cleanup php8-0 (diff) | |
download | gentoo-ca5629b65645f562c51790271e8444f6624d6728.tar.gz gentoo-ca5629b65645f562c51790271e8444f6624d6728.tar.bz2 gentoo-ca5629b65645f562c51790271e8444f6624d6728.zip |
dev-php/pecl-redis: cleanup php8-0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php/pecl-redis')
-rw-r--r-- | dev-php/pecl-redis/pecl-redis-5.3.6.ebuild | 6 | ||||
-rw-r--r-- | dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild | 6 |
2 files changed, 6 insertions, 6 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 744212808fbe..b2d812cbde98 100644 --- a/dev-php/pecl-redis/pecl-redis-5.3.6.ebuild +++ b/dev-php/pecl-redis/pecl-redis-5.3.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PHP_EXT_NAME="redis" -USE_PHP="php8-0 php8-1" +USE_PHP="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_php8-0(-)?,php_targets_php8-1(-)?] ) + igbinary? ( >=dev-php/igbinary-3.0.1-r1[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 f9d87bdd2acd..f2e20d6e2554 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 @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PHP_EXT_NAME="redis" -USE_PHP="php8-0 php8-1 php8-2" +USE_PHP="php8-1 php8-2" 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 ~arm64" IUSE="igbinary +json lz4 +session zstd" DEPEND=" - igbinary? ( >=dev-php/igbinary-3.0.1-r1[php_targets_php8-0(-)?,php_targets_php8-1(-)?,php_targets_php8-2(-)?] ) + igbinary? ( >=dev-php/igbinary-3.0.1-r1[php_targets_php8-1(-)?,php_targets_php8-2(-)?] ) lz4? ( app-arch/lz4:= ) zstd? ( app-arch/zstd:= ) " |