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 8D0B4158020 for ; Wed, 26 Oct 2022 19:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBB12E09E4; Wed, 26 Oct 2022 19:56:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF35AE09E4 for ; Wed, 26 Oct 2022 19:56:55 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CA0A3409C8 for ; Wed, 26 Oct 2022 19:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 755126A1 for ; Wed, 26 Oct 2022 19:56:51 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1666813950.78c695d56fbebc9992674e6d60a39ae9c1a11dca.conikost@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-5.3.7-r1.ebuild dev-php/pecl-redis/pecl-redis-5.3.7.ebuild X-VCS-Directories: dev-php/pecl-redis/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 78c695d56fbebc9992674e6d60a39ae9c1a11dca X-VCS-Branch: master Date: Wed, 26 Oct 2022 19:56:51 +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: ee5c5ed7-436f-491f-baf0-959fddfba8db X-Archives-Hash: 74509345f2951a7011389e4f67804d71 commit: 78c695d56fbebc9992674e6d60a39ae9c1a11dca Author: Conrad Kostecki gentoo org> AuthorDate: Sun Oct 23 20:58:05 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Oct 26 19:52:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c695d5 dev-php/pecl-redis: add php8-2 support Signed-off-by: Conrad Kostecki gentoo.org> .../{pecl-redis-5.3.7.ebuild => pecl-redis-5.3.7-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-redis/pecl-redis-5.3.7.ebuild b/dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild similarity index 92% rename from dev-php/pecl-redis/pecl-redis-5.3.7.ebuild rename to dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild index 437cd906213e..812b2b151f1f 100644 --- a/dev-php/pecl-redis/pecl-redis-5.3.7.ebuild +++ b/dev-php/pecl-redis/pecl-redis-5.3.7-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PHP_EXT_NAME="redis" -USE_PHP="php7-4 php8-0 php8-1" +USE_PHP="php7-4 php8-0 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_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(-)?],php_targets_php8-2(-)?] ) lz4? ( app-arch/lz4:= ) zstd? ( app-arch/zstd:= ) "