diff options
author | Sam James <sam@gentoo.org> | 2024-01-12 21:49:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-12 21:49:24 +0000 |
commit | de2c75db0e72db765a41fd51312937d57d8da50a (patch) | |
tree | e04ed1c570f2338b7cc9043eb36456d42665dba4 /dev-php/pecl-redis | |
parent | net-libs/webkit-gtk: Stabilize 2.42.4-r600 amd64, #920667 (diff) | |
download | gentoo-de2c75db0e72db765a41fd51312937d57d8da50a.tar.gz gentoo-de2c75db0e72db765a41fd51312937d57d8da50a.tar.bz2 gentoo-de2c75db0e72db765a41fd51312937d57d8da50a.zip |
dev-php/pecl-redis: fix invalid dependency
pkgcheck is being fixed to handle (detect) this as well (thank you Arthur!)
Closes: https://bugs.gentoo.org/921841
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php/pecl-redis')
-rw-r--r-- | dev-php/pecl-redis/pecl-redis-6.0.2-r1.ebuild (renamed from dev-php/pecl-redis/pecl-redis-6.0.2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-redis/pecl-redis-6.0.2.ebuild b/dev-php/pecl-redis/pecl-redis-6.0.2-r1.ebuild index a503233916ff..7dbf2b7d829a 100644 --- a/dev-php/pecl-redis/pecl-redis-6.0.2.ebuild +++ b/dev-php/pecl-redis/pecl-redis-6.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,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(-)?,php_targets_php8-3(-)?] ) lz4? ( app-arch/lz4:= ) zstd? ( app-arch/zstd:= ) " |