From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 266D0158451 for ; Fri, 12 Jan 2024 21:50:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D652E2A20; Fri, 12 Jan 2024 21:50:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A0C2E2A20 for ; Fri, 12 Jan 2024 21:50:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 687DE343145 for ; Fri, 12 Jan 2024 21:50:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF2D495D for ; Fri, 12 Jan 2024 21:50:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705096164.de2c75db0e72db765a41fd51312937d57d8da50a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-redis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-redis/pecl-redis-6.0.2-r1.ebuild dev-php/pecl-redis/pecl-redis-6.0.2.ebuild X-VCS-Directories: dev-php/pecl-redis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: de2c75db0e72db765a41fd51312937d57d8da50a X-VCS-Branch: master Date: Fri, 12 Jan 2024 21:50:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cf0f30da-2577-4f25-b7e5-7fa20635978d X-Archives-Hash: 62a0d0d8f731a9d1ffb59d6b064329a7 commit: de2c75db0e72db765a41fd51312937d57d8da50a Author: Sam James gentoo org> AuthorDate: Fri Jan 12 21:49:24 2024 +0000 Commit: Sam James gentoo 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 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:= ) "