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 960F5158004 for ; Tue, 16 Jan 2024 07:59:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C149DE2BB2; Tue, 16 Jan 2024 07:59:56 +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 A5E12E2BAF for ; Tue, 16 Jan 2024 07:59:56 +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 B47DA3432A0 for ; Tue, 16 Jan 2024 07:59:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 189E214B5 for ; Tue, 16 Jan 2024 07:59:53 +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: <1705391964.2519d5b825d4a0dabc948ef1f72d2ed1f120f88d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/php/php-8.2.13-r1.ebuild dev-lang/php/php-8.2.13-r2.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2519d5b825d4a0dabc948ef1f72d2ed1f120f88d X-VCS-Branch: master Date: Tue, 16 Jan 2024 07:59:53 +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: f08f9853-c0f6-4e90-8d25-135377addbef X-Archives-Hash: 137e53811f39155ee20b03cb42a29890 commit: 2519d5b825d4a0dabc948ef1f72d2ed1f120f88d Author: Matt Jolly footclan ninja> AuthorDate: Tue Jan 16 05:20:35 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 16 07:59:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2519d5b8 dev-lang/php: add 8.2.13-r2 dev-libs/libsodium is losing USE=minimal Bug: https://bugs.gentoo.org/921614 Signed-off-by: Matt Jolly footclan.ninja> Signed-off-by: Sam James gentoo.org> dev-lang/php/{php-8.2.13-r1.ebuild => php-8.2.13-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/php/php-8.2.13-r1.ebuild b/dev-lang/php/php-8.2.13-r2.ebuild similarity index 99% rename from dev-lang/php/php-8.2.13-r1.ebuild rename to dev-lang/php/php-8.2.13-r2.ebuild index 84a229cfcd7a..e495796ce0d8 100644 --- a/dev-lang/php/php-8.2.13-r1.ebuild +++ b/dev-lang/php/php-8.2.13-r2.ebuild @@ -110,7 +110,7 @@ COMMON_DEPEND=" readline? ( sys-libs/readline:0= ) session-mm? ( dev-libs/mm ) snmp? ( >=net-analyzer/net-snmp-5.2 ) - sodium? ( dev-libs/libsodium:=[-minimal] ) + sodium? ( dev-libs/libsodium:=[-minimal(-)] ) spell? ( >=app-text/aspell-0.50 ) sqlite? ( >=dev-db/sqlite-3.7.6.3 ) ssl? ( >=dev-libs/openssl-1.0.2:0= )