commit:     de2c75db0e72db765a41fd51312937d57d8da50a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 21:49:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 21:49:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2c75db

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 <AT> gentoo.org>

 .../{pecl-redis-6.0.2.ebuild => pecl-redis-6.0.2-r1.ebuild}           | 4 ++--
 1 file 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
similarity index 89%
rename from dev-php/pecl-redis/pecl-redis-6.0.2.ebuild
rename to 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:= )
 "

Reply via email to